From: Chuck Scott Date: Thu, 7 Jul 2016 14:56:30 +0000 (-0400) Subject: Changed Author on Index.php and updated shortcode descriptions layout. X-Git-Tag: v1.1.8^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b24001e403b8b03761746f5dada6d4ece523b841;p=WP-Plugins%2Fglm-member-db-packaging.git Changed Author on Index.php and updated shortcode descriptions layout. --- diff --git a/index.php b/index.php index dedb22d..5a649dc 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. * Version: 1.1.6 - * Author: Chuck Scott + * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 */ diff --git a/setup/shortcodes.php b/setup/shortcodes.php index 3e4011f..1631486 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -66,19 +66,15 @@ * [glm-members-sample-shortcode] *   * - *

* Displays something related to this add-on. - *

* * * *   * type="{types}" * - *

* The "type" attribute is used to select the type of data to be displayed. * Below is a list of available list types. - *

*

* * @@ -118,26 +114,21 @@ $glmMembersPackagingShortcodes = array( ); $glmMembersPackagingShortcodesDescription = ' -
List Types
ShortcodeAttributeDescription
[glm-members-packaging-list]   -

Displays a list of packages. Optionally, the attributes below may used to modify the display of this page. -

  type="{list type}" -

The "type" attribute is used to select the type of list you would like displayed. Below is a list of available list types. -

@@ -153,10 +144,8 @@ $glmMembersPackagingShortcodesDescription = '
List Types
  order="{ordering method}" -

The "order" attribute is used to specify how the list will be ordered (sorted). Below is a list of available order types. -

@@ -174,17 +163,14 @@ $glmMembersPackagingShortcodesDescription = ' -
Ordering Types
  member="{member ID}" -

The "member" attribute is used to specify a member ID. When included, the list will only include packages for the member with that ID. -

  template="{template type}" -

Used to ask the packaging list shortcode to use an alternate template. This option is used when calling the shortcode with the do_shortcode() function to include via a filter in the member listing or detail page. @@ -201,39 +187,30 @@ $glmMembersPackagingShortcodesDescription = '

[glm-members-packaging-detail]   -

Displays the detail of a specific package. -

  id="{package ID}" -

The "id" attribute is used to select the package to be displayed. This is a required attribute. -

[glm-members-packaging-member-list]   -

Displays the packages of a specific member. -

  id="{member ID}" -

- The "id" attribute is used to select the member for which to display the + The "id" attribute is used to select the member for which to display the packages. This is a required attribute. -

'; \ No newline at end of file