Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/03/2012 01:52:17 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Admin icons:

  • Use WordPress core method of setting top level menu icons when using custom CSS.
  • Fixes #4484.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-admin.php

    r6264 r6293  
    3232
    3333        // Add our screen
    34         $hook = add_menu_page( __( 'Activity', 'buddypress' ), __( 'Activity', 'buddypress' ), 'manage_options', 'bp-activity', 'bp_activity_admin' );
     34        $hook = add_menu_page(
     35                __( 'Activity', 'buddypress' ),
     36                __( 'Activity', 'buddypress' ),
     37                'manage_options',
     38                'bp-activity',
     39                'bp_activity_admin',
     40                'div'
     41        );
    3542
    3643        // Hook into early actions to load custom CSS and our init handler.
Note: See TracChangeset for help on using the changeset viewer.