Changes between Initial Version and Version 1 of Ticket #26336, comment 5
- Timestamp:
- 11/30/2013 01:36:20 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26336, comment 5
initial v1 1 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.1 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 well. 2 2 3 3 Also [http://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/misc.php#L573 line 573] is not needed after the patch. 4 4 5 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.5 We do `ksort()` of the available color schemes there, not sure why. Seems the Default (a.k.a. 'fresh') should always be first.