Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #32781, comment 1


Ignore:
Timestamp:
06/24/2015 02:55:58 PM (10 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32781, comment 1

    v1 v2  
    1313I think for sure the second of the above two fixes should happen anyways, since (as usual) we cannot trust any object to ever have any variables set in any scope thanks to filters and nothing being immutable. I think the first of these two fixes should sufficiently address the original intentions.
    1414
    15 Tangent: we're starting to use `1000` as if it were some kind of `WP_MAX_FILTER_PRIORITY` (though 9999 is used in some other places.) Should we actually define these priorities somewhere?
     15Tangent: we're starting to use `1000` as if it were some kind of `WP_MAX_FILTER_PRIORITY`, particularly in overrides done for the Customizer (though 9999 is used in some other places.) Should we actually define these priorities somewhere?