[wp-trac] [WordPress Trac] #26336: Current color scheme picker design is hard to extend
WordPress Trac
noreply at wordpress.org
Sat Nov 30 01:29:40 UTC 2013
#26336: Current color scheme picker design is hard to extend
----------------------------+------------------------------
Reporter: melchoyce | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: ui-focus |
----------------------------+------------------------------
Comment (by azaozz):
Not sure if the number of colors in `$color_info->colors` is always 4. If
yes, no need for tables there. Divs or spans with inline-block and width:
25% would work just as good.
Also [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/misc.php#L573 line 573] is not needed after the patch.
We do `ksort()` of the available color schemes there, not sure why. Seems
the Default (a.k.a. 'fresh') should always be at the top.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26336#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list