Changeset 1007267
- Timestamp:
- 10/14/2014 01:15:45 PM (11 years ago)
- Location:
- wpp-customization/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpp-customization.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpp-customization/trunk/readme.txt
r1007259 r1007267 1 === WppCustomization ===1 === Admin Customization === 2 2 Contributors: mhdryz 3 3 Tags: admin footer,admin,customization … … 12 12 == Description == 13 13 14 Using this plugin user can customize admin footer. The use can remove wordpress version and user canmodify copyright text in admin footer.14 Using this plugin user can customize admin footer. User can remove wordpress version and modify copyright text in admin footer. 15 15 16 16 == Installation == -
wpp-customization/trunk/wpp-customization.php
r829442 r1007267 90 90 function wpp_create_menu(){ 91 91 92 add_menu_page( ' Wpp Customization', 'Wpp Customize', 'manage_options', 'wpp_customize', array(&$this,'wpp_admin_footer_settings') );92 add_menu_page( 'Admin Customization', 'Customize Admin', 'manage_options', 'wpp_customize', array(&$this,'wpp_admin_footer_settings') ); 93 93 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.