Make WordPress Core


Ignore:
Timestamp:
12/04/2013 04:12:41 AM (11 years ago)
Author:
azaozz
Message:

Svg-painter:

  • Clean up the JS, better names, etc.
  • Convert the base64 encode/decode code from jQuery plugin to local use.
  • Add missing icon colors for the default theme.
  • Make it more error-proof.

Fixes #26333.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r26570 r26601  
    21182118    wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
    21192119        admin_url( 'css/colors.min.css' ),
    2120         array( '#222', '#333', '#0074a2', '#2ea2cc' )
     2120        array( '#222', '#333', '#0074a2', '#2ea2cc' ),
     2121        array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' )
    21212122    );
    21222123
Note: See TracChangeset for help on using the changeset viewer.