Skip to content

Commit c30bb2f

Browse files
committed
Add missing Dashicons classes to User Admin menu.
props imath. see #28144, #26630. git-svn-id: https://develop.svn.wordpress.org/trunk@28284 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8764f79 commit c30bb2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/user/menu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* @since 3.1.0
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' );
1717

0 commit comments

Comments
 (0)