Changes between Initial Version and Version 1 of Ticket #47678, comment 23
- Timestamp:
- 07/14/2019 10:44:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47678, comment 23
initial v1 23 23 As for userland code which may extend the `Walker` class: 24 24 1. I have no clue how often this happens. Clearly something on wp.org does. @Ipstenu would you be able & willing to see how often `extends [A-Za-z_]*Walker` occurs in plugin-land code ? 25 2. A dev-note on Make could alert devs to this early so they can update their code accordingly, though this would "force" userland plugins/themes to drop support for PHP < 5.6 - and therefore WP < 5.2 -as well.25 2. A dev-note on Make could alert devs to this early so they can update their code accordingly, though this would "force" userland plugins/themes to drop support for PHP < 5.6 as well. 26 26 27 27 Note: ''function calls'' to these methods should not be affected, it is only classes which extend the `Walker` class (or any of the other touched classes) **and** overload the particular method which has changed.