Changeset 27425
- Timestamp:
- 03/05/2014 11:21:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r27418 r27425 78 78 $class = $class ? ' class="' . join( ' ', $class ) . '"' : ''; 79 79 $id = ! empty( $item[5] ) ? ' id="' . preg_replace( '|[^a-zA-Z0-9_:.]|', '-', $item[5] ) . '"' : ''; 80 $img = $img_style = $img_class = ''; 80 $img = $img_style = ''; 81 $img_class = ' dashicons-before'; 81 82 82 83 // if the string 'none' (previously 'div') is passed instead of an URL, don't output the default menu image
Note: See TracChangeset
for help on using the changeset viewer.