Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51123, comment 29


Ignore:
Timestamp:
08/28/2020 12:33:17 PM (4 years ago)
Author:
omarreiss
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51123, comment 29

    initial v1  
    1 Patch deprecates all properties on all removed globals. I use defineProperty now instead of __defineGetter__. If the global has been redefined by a plugin or theme, the properties will still throw a deprecation error, but will still be returned as redefined.
     1Patch deprecates all properties on all removed globals. I use `defineProperty` now instead of `__defineGetter__`. If the global has been redefined by a plugin or theme, the properties will still throw a deprecation error, but will still be returned as redefined.