Plugin Directory

Changeset 2315915


Ignore:
Timestamp:
06/01/2020 02:51:49 PM (6 years ago)
Author:
worldfacts
Message:

Fix admin error

Location:
wp-keyboard-style-key-symbol/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-keyboard-style-key-symbol/trunk/readme.txt

    r2315778 r2315915  
    6464== Changelog ==
    6565
     66= 1.3 =
     67
     68* Fix admin sub_menu error
     69
    6670= 1.2 =
    6771
  • wp-keyboard-style-key-symbol/trunk/wp-keyboard-style-key-symbols.php

    r2315778 r2315915  
    44Plugin URI: https://www.allwebtuts.com/add-keyboard-style-symbol-in-wordpress-posts/
    55Description: A Plugin Which Help us to add the Keyboard Style Key Symbol in our Wordpress posts and Pages.
    6 Version: 1.2
     6Version: 1.3
    77Author: Santhosh veer
    88Author URI: https://santhoshveer.com
     
    1313//define the plugin version
    1414if (!defined('WP_KEYBOARD_STYLE_VERSION_NUM')){ //define plugin version
    15     define('WP_KEYBOARD_STYLE_VERSION_NUM', '1.2');
     15    define('WP_KEYBOARD_STYLE_VERSION_NUM', '1.3');
    1616}
    1717
     
    7575// plugin option panel
    7676function admin_menu_wpkeystylesymbols() {
    77   add_options_page('WP Keyboard Style Key Symbol', 'WP Keyboard Style Key Symbol', 'manage_options', 'wpkeysybl_option_pnl', 'options_page_wpkeystylesymbols', 'awts_wpkstyle_symls');
     77  add_options_page('WP Keyboard Style Key Symbol', 'WP Keyboard Style Key Symbol', 'manage_options', 'wpkeysybl_option_pnl', 'options_page_wpkeystylesymbols');
    7878}
    7979
Note: See TracChangeset for help on using the changeset viewer.