Plugin Directory

Changeset 1203932


Ignore:
Timestamp:
07/22/2015 12:54:15 PM (11 years ago)
Author:
Tech9logy
Message:

icons

Location:
wpcs-wp-custom-search/tags/1.0
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • wpcs-wp-custom-search/tags/1.0/main.php

    r1194572 r1203932  
    3333function register_wpcs_menu_page(){
    3434
    35         add_menu_page( 'WP Custom Search', 'WP Custom Search', 'manage_options', 'wpcs-overview', 'wpcs_overview_callback','' );
     35    add_menu_page( 'WPCS', 'WPCS', 'manage_options', 'wpcs-overview', 'wpcs_overview_callback', plugins_url( 'img/wpcs-icon.png', __FILE__ ) );
    3636    add_submenu_page( 'wpcs-overview', 'Settings', 'Settings', 'manage_options', 'wpcs-settings', 'wpcs_settings_callback' );
    3737   
Note: See TracChangeset for help on using the changeset viewer.