Changeset 27418 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 03/05/2014 08:03:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r27151 r27418 94 94 } elseif ( 0 === strpos( $item[6], 'dashicons-' ) ) { 95 95 $img = '<br />'; 96 $img_class = ' dashicons ' . sanitize_html_class( $item[6] );96 $img_class = ' dashicons-before ' . sanitize_html_class( $item[6] ); 97 97 } 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.