Changeset 2315915
- Timestamp:
- 06/01/2020 02:51:49 PM (6 years ago)
- Location:
- wp-keyboard-style-key-symbol/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-keyboard-style-key-symbols.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-keyboard-style-key-symbol/trunk/readme.txt
r2315778 r2315915 64 64 == Changelog == 65 65 66 = 1.3 = 67 68 * Fix admin sub_menu error 69 66 70 = 1.2 = 67 71 -
wp-keyboard-style-key-symbol/trunk/wp-keyboard-style-key-symbols.php
r2315778 r2315915 4 4 Plugin URI: https://www.allwebtuts.com/add-keyboard-style-symbol-in-wordpress-posts/ 5 5 Description: A Plugin Which Help us to add the Keyboard Style Key Symbol in our Wordpress posts and Pages. 6 Version: 1. 26 Version: 1.3 7 7 Author: Santhosh veer 8 8 Author URI: https://santhoshveer.com … … 13 13 //define the plugin version 14 14 if (!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'); 16 16 } 17 17 … … 75 75 // plugin option panel 76 76 function 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'); 78 78 } 79 79
Note: See TracChangeset
for help on using the changeset viewer.