Changeset 29206 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r29083 r29206 81 81 $img_class = ' dashicons-before'; 82 82 83 // if the string 'none' (previously 'div') is passed instead of an URL, don't output the default menu image 84 // so an icon can be added to div.wp-menu-image as background with CSS. 85 // Dashicons and base64-encoded data:image/svg_xml URIs are also handled as special cases. 83 /* 84 * If the string 'none' (previously 'div') is passed instead of an URL, don't output 85 * the default menu image so an icon can be added to div.wp-menu-image as background 86 * with CSS. Dashicons and base64-encoded data:image/svg_xml URIs are also handled 87 * as special cases. 88 */ 86 89 if ( ! empty( $item[6] ) ) { 87 90 $img = '<img src="' . $item[6] . '" alt="" />';
Note: See TracChangeset
for help on using the changeset viewer.