Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26336, comment 5


Ignore:
Timestamp:
11/30/2013 01:36:20 AM (12 years ago)
Author:
azaozz
Comment:

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.
     1Not 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.
    22
    33Also [http://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/misc.php#L573 line 573] is not needed after the patch.
    44
    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.
     5We do `ksort()` of the available color schemes there, not sure why. Seems the Default (a.k.a. 'fresh') should always be first.