From 1a4f9a392294ca3ac6d6f87af44daabb4b5d4165 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 15 Feb 2016 11:28:29 -0500 Subject: [PATCH] More text changes for Sample to Events --- config/plugin.ini | 2 +- readme.txt | 8 ++++---- views/admin/events/index.html | 4 ++-- views/admin/events/more.html | 4 ++-- views/admin/members/events.html | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/plugin.ini b/config/plugin.ini index 45899fc..4274c07 100644 --- a/config/plugin.ini +++ b/config/plugin.ini @@ -1,6 +1,6 @@ ; ; Main Configuration File -; Gaslight Media Members Database Sample Add-On Plugin +; Gaslight Media Members Database Events Add-On Plugin ; ; Place any static configuration parameters here. ; diff --git a/readme.txt b/readme.txt index 2bbad40..06bf0ea 100644 --- a/readme.txt +++ b/readme.txt @@ -1,18 +1,18 @@ -=== Gaslight Media Member Database Sample Child Plugin === +=== Gaslight Media Member Database Events Child Plugin === Contributors: cscott@gaslightmedia.com Donate link: http://www.gaslightmedia.com -Tags: Gaslight Media,Plugin,Members Sample +Tags: Gaslight Media,Plugin,Members Events Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -This is the Gaslight Media Members Database Sample Child Plugin. +This is the Gaslight Media Members Database Events Child Plugin. == Description == -The Gaslight Media Members Database Sample Child Plugin is an add-on to the Gaslight Media Members Database, +The Gaslight Media Members Database Events Child Plugin is an add-on to the Gaslight Media Members Database, which is required to install and run this plugin == Installation == diff --git a/views/admin/events/index.html b/views/admin/events/index.html index 4588ef0..8523cba 100644 --- a/views/admin/events/index.html +++ b/views/admin/events/index.html @@ -1,7 +1,7 @@
-

Sample Model

+

Events Model

{$displayData}

Click me to see more!
-
\ No newline at end of file + diff --git a/views/admin/events/more.html b/views/admin/events/more.html index 5e1c19a..2276047 100644 --- a/views/admin/events/more.html +++ b/views/admin/events/more.html @@ -1,6 +1,6 @@
-

Sample Model - More Information

+

Events Model - More Information

{$displayData}

-
\ No newline at end of file + diff --git a/views/admin/members/events.html b/views/admin/members/events.html index 22f4d71..c28034c 100644 --- a/views/admin/members/events.html +++ b/views/admin/members/events.html @@ -1,6 +1,6 @@ {include file='admin/members/header.html'} -

Members Sample Tab

+

Members Events Tab

{$displayData}

-{include file='admin/footer.html'} \ No newline at end of file +{include file='admin/footer.html'} -- 2.17.1