Make WordPress Core

Changeset 28344


Ignore:
Timestamp:
05/07/2014 08:10:53 PM (11 years ago)
Author:
nacin
Message:

Add missing Dashicons classes to User Admin menu.

Merges [28284] to the 3.9 branch.

props imath.
fixes #28144, #26630.

Location:
branches/3.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9

  • branches/3.9/src/wp-admin/user/menu.php

    r27066 r28344  
    88 */
    99
    10 $menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'div');
     10$menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard');
    1111
    1212$menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' );
    1313
    14 $menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'div' );
     14$menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' );
    1515
    1616$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
Note: See TracChangeset for help on using the changeset viewer.