Ticket #26630: 26630.patch
| File 26630.patch, 766 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/menu-header.php
86 86 $img = '<img src="' . $item[6] . '" alt="" />'; 87 87 88 88 if ( 'none' === $item[6] || 'div' === $item[6] ) { 89 $img = ' <br />';89 $img = ''; 90 90 } elseif ( 0 === strpos( $item[6], 'data:image/svg+xml;base64,' ) ) { 91 $img = ' <br />';91 $img = ''; 92 92 $img_style = ' style="background-image:url(\'' . esc_attr( $item[6] ) . '\')"'; 93 93 $img_class = ' svg'; 94 94 } elseif ( 0 === strpos( $item[6], 'dashicons-' ) ) { 95 $img = ' <br />';95 $img = ''; 96 96 $img_class = ' dashicons ' . sanitize_html_class( $item[6] ); 97 97 } 98 98 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)