Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55052, comment 11


Ignore:
Timestamp:
02/07/2022 07:09:59 PM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55052, comment 11

    initial v1  
    22
    33Some thoughts:
    4 - The limit could be included in a minor release as a maintenance fix given the reason for the ticket, but I'm not sure if a filter should be introduced in a minor release or if `20` should added as a limit in 5.9.1 and the filter added in 6.0. One consideration that may make this suitable for a minor release is that `20` may not be the preferred limit for some.
     4- The limit could be included in a minor release as a maintenance fix given the reason for the ticket, but I'm not sure if a filter should be introduced in a minor release or if `20` should added as a limit in 5.9.1 and the filter added in 6.0. One consideration that may make this suitable for a minor release is that `20` may not be the preferred limit for some. That's for the Release Lead / Committer to decide though.
    55- The filter should have a docblock. See the other filters in the file for examples.
    66- The filter may benefit from being applied on a line above the array given the line length now. (i.e. `$number = apply_filters(...`)