changeset 9 | 177826044cd9 |
parent 5 | 5e2f62d02dcd |
child 16 | a86126ab1dd4 |
8:c7c34916027a | 9:177826044cd9 |
---|---|
1 /** |
1 /** |
2 * Attempt to re-color SVG icons used in the admin menu or the toolbar |
2 * Attempt to re-color SVG icons used in the admin menu or the toolbar |
3 * |
3 * |
4 * @output wp-admin/js/svg-painter.js |
|
4 */ |
5 */ |
5 |
6 |
6 window.wp = window.wp || {}; |
7 window.wp = window.wp || {}; |
7 |
8 |
8 wp.svgPainter = ( function( $, window, document, undefined ) { |
9 wp.svgPainter = ( function( $, window, document, undefined ) { |