Changeset 28344
- Timestamp:
- 05/07/2014 08:10:53 PM (11 years ago)
- 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 8 8 */ 9 9 10 $menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'd iv');10 $menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard'); 11 11 12 12 $menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' ); 13 13 14 $menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'd iv' );14 $menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' ); 15 15 16 16 $menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
Note: See TracChangeset
for help on using the changeset viewer.