Changed Author on Index.php and updated shortcode descriptions layout.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 7 Jul 2016 14:56:30 +0000 (10:56 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 7 Jul 2016 14:56:30 +0000 (10:56 -0400)
index.php
setup/shortcodes.php

index dedb22d..5a649dc 100644 (file)
--- 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
  */
index 3e4011f..1631486 100644 (file)
  *       <th>[glm-members-sample-shortcode]</th>
  *       <td>&nbsp;</td>
  *       <td width="50%">
- *           <p>
  *           Displays something related to this add-on.
- *           </p>
  *       </td>
  *   </tr>
  *   <tr>
  *       <td>&nbsp;</td>
  *       <th>type="{types}"</th>
  *       <td>
- *           <p>
  *           The "type" attribute is used to select the type of data to be displayed.
  *           Below is a list of available list types.
- *           </p>
  *           <p>
  *               <table width="100%">
  *                   <tr><th colspan=3">List Types</th></tr>
@@ -118,26 +114,21 @@ $glmMembersPackagingShortcodes = array(
 );
 
 $glmMembersPackagingShortcodesDescription = '
-<table id="glm-table-shortcodes-packaging" class="glm-admin-table glm-shortcodes-table glm-hidden">
     <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
     <tr>
         <th>[glm-members-packaging-list]</th>
         <td>&nbsp;</td>
         <td width="50%">
-            <p>
             Displays a list of packages. Optionally, the attributes below may used to modify
             the display of this page.
-            </p>
         </td>
     </tr>
     <tr>
         <td>&nbsp;</td>
         <th>type="{list type}"</th>
         <td>
-            <p>
             The "type" attribute is used to select the type of list you would like displayed.
             Below is a list of available list types.
-            </p>
             <p>
                 <table width="100%">
                     <tr><th colspan=3">List Types</th></tr>
@@ -153,10 +144,8 @@ $glmMembersPackagingShortcodesDescription = '
         <td>&nbsp;</td>
         <th>order="{ordering method}"</th>
         <td>
-            <p>
             The "order" attribute is used to specify how the list will be ordered (sorted).
             Below is a list of available order types.
-            </p>
             <p>
                 <table width="100%">
                     <tr><th colspan=3">Ordering Types</th></tr>
@@ -174,17 +163,14 @@ $glmMembersPackagingShortcodesDescription = '
         <td>&nbsp;</td>
         <th>member="{member ID}"</th>
         <td>
-            <p>
             The "member" attribute is used to specify a member ID. When included, the list
             will only include packages for the member with that ID.
-            </p>
         </td>
     </tr>
     <tr>
         <td>&nbsp;</td>
         <th>template="{template type}"</th>
         <td>
-            <p>
             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 = '
         <th>[glm-members-packaging-detail]</th>
         <td>&nbsp;</td>
         <td width="50%">
-            <p>
             Displays the detail of a specific package.
-            </p>
         </td>
     </tr>
     <tr>
         <td>&nbsp;</td>
         <th>id="{package ID}"</th>
         <td>
-            <p>
             The "id" attribute is used to select the package to be displayed. This is a
             required attribute.
-            </p>
         </td>
     </tr>
     <tr>
         <th>[glm-members-packaging-member-list]</th>
         <td>&nbsp;</td>
         <td width="50%">
-            <p>
             Displays the packages of a specific member.
-            </p>
         </td>
     </tr>
     <tr>
         <td>&nbsp;</td>
         <th>id="{member ID}"</th>
         <td>
-            <p>
-            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.
-            </p>
         </td>
     </tr>
-</table>
 ';
\ No newline at end of file