Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23585, comment 3


Ignore:
Timestamp:
02/22/2013 04:42:09 PM (12 years ago)
Author:
SriniG
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23585, comment 3

    initial v1  
    1 The first patch has a little problem. It works beautifully the first time, but after you set a color, save the changes and try it again, it doesn't work. Seems this is due to the `!important` rule in custom-header. So removed the rule, and attachment:23585.1 is the consolidated patch. Not sure if removing the `!important` would cause other problems.
     1The first patch has a little problem. It works beautifully the first time, but after you set a color, save the changes and try it again, it doesn't work. Seems this is due to the `!important` rule in custom-header. So removed the rule, and attachment:23585.1.diff is the consolidated patch. Not sure if removing the `!important` would cause other problems.