Plugin Directory

Changeset 742496


Ignore:
Timestamp:
07/17/2013 10:00:42 PM (13 years ago)
Author:
tcbarrett
Message:

Fix glossary options (incorrectly translated)

Location:
wp-glossary/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-glossary/trunk/class/wpg-admin.class.php

    r738340 r742496  
    5858
    5959    public function options_submenu(){
    60         $slug             = __( 'glossary', WPG_TEXTDOMAIN );
     60        $slug             = 'glossary';
    6161        // Add menu page (capture page for adding admin style and javascript
    6262        $glossary_options = add_submenu_page(
  • wp-glossary/trunk/readme.txt

    r740391 r742496  
    66Requires at least: 3.0
    77Tested up to: 3.6
    8 Stable tag: 3.0
     8Stable tag: 3.0.1
    99License: GPLv2 or later
    1010
     
    7373
    7474== Changelog ==
     75
     76= 3.0.1 =
     77* FIX Options menu
    7578
    7679= 3.0 =
  • wp-glossary/trunk/wp-glossary.php

    r740391 r742496  
    55 * Description: Build a glossary of terms and link your post content to it.
    66 * Author: TCBarrett
    7  * Version: 3.0
     7 * Version: 3.0.1
    88 * Author URI: http://www.tcbarrett.com/
    99 * Text Domain: wp-glossary
Note: See TracChangeset for help on using the changeset viewer.