Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30860, comment 7


Ignore:
Timestamp:
12/30/2014 08:16:46 PM (10 years ago)
Author:
boonebgorges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30860, comment 7

    initial v1  
    22> We may still want to grep through the plugin and theme repos and make sure no one is using validate_active_plugins since this is a backwards incompatible change just to be on the safe side.
    33
    4 I did before committing. Only a small handful of plugins use the value, and all of them do a `! empty()` check (mostly copypastaed from core), which is unaffected by the change. The only possible breakage would be someone doing a strict type check, like `is_null()`, but it's very difficult to imagine why this would ever be done in practice.
     4I did before committing. Only a small handful of plugins use the function, and all of them do a `! empty()` check (mostly copypastaed from core), which is unaffected by the change. The only possible breakage would be someone doing a strict type check, like `is_null()`, but it's very difficult to imagine why this would ever be done in practice.