Plugin Directory

Changeset 1007267


Ignore:
Timestamp:
10/14/2014 01:15:45 PM (11 years ago)
Author:
phpdevp
Message:

Minor changes

Location:
wpp-customization/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpp-customization/trunk/readme.txt

    r1007259 r1007267  
    1 === Wpp Customization ===
     1=== Admin Customization ===
    22Contributors: mhdryz
    33Tags: admin footer,admin,customization
     
    1212== Description ==
    1313
    14 Using this plugin user can customize admin footer. The use can remove wordpress version and user can modify copyright text in admin footer.
     14Using this plugin user can customize admin footer. User can remove wordpress version and modify copyright text in admin footer.
    1515
    1616== Installation ==
  • wpp-customization/trunk/wpp-customization.php

    r829442 r1007267  
    9090    function wpp_create_menu(){
    9191   
    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') );         
    9393               
    9494    }
Note: See TracChangeset for help on using the changeset viewer.