Changeset 742496
- Timestamp:
- 07/17/2013 10:00:42 PM (13 years ago)
- Location:
- wp-glossary/trunk
- Files:
-
- 3 edited
-
class/wpg-admin.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-glossary.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-glossary/trunk/class/wpg-admin.class.php
r738340 r742496 58 58 59 59 public function options_submenu(){ 60 $slug = __( 'glossary', WPG_TEXTDOMAIN );60 $slug = 'glossary'; 61 61 // Add menu page (capture page for adding admin style and javascript 62 62 $glossary_options = add_submenu_page( -
wp-glossary/trunk/readme.txt
r740391 r742496 6 6 Requires at least: 3.0 7 7 Tested up to: 3.6 8 Stable tag: 3.0 8 Stable tag: 3.0.1 9 9 License: GPLv2 or later 10 10 … … 73 73 74 74 == Changelog == 75 76 = 3.0.1 = 77 * FIX Options menu 75 78 76 79 = 3.0 = -
wp-glossary/trunk/wp-glossary.php
r740391 r742496 5 5 * Description: Build a glossary of terms and link your post content to it. 6 6 * Author: TCBarrett 7 * Version: 3.0 7 * Version: 3.0.1 8 8 * Author URI: http://www.tcbarrett.com/ 9 9 * Text Domain: wp-glossary
Note: See TracChangeset
for help on using the changeset viewer.