Make WordPress Core

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


Ignore:
Timestamp:
08/18/2012 01:51:01 AM (13 years ago)
Author:
andrewsfreeman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18790, comment 3

    initial v1  
    22
    33My patch is simple - if it's already set and an array, merge the arrays. If it's already set to true (thumbnails everywhere), keep it true. Tested it on multiple CPTs and hooks.
     4
     5It may possibly be redundant to make sure it is true, because otherwise it just wouldn't be set. Would be willing to re-upload if that is preferred.