Docs: Tweak the @since
note in Walker::walk()
and ::paged_walk()
for better readability and consistency with other notes.
See #47678. git-svn-id: https://develop.svn.wordpress.org/trunk@46452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8ec0a21161
commit
176a3f0d7c
@ -177,8 +177,8 @@ class Walker {
|
||||
* $max_depth > 0 specifies the number of display levels.
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding
|
||||
* it to the function signature.
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it
|
||||
* to the function signature.
|
||||
*
|
||||
* @param array $elements An array of elements.
|
||||
* @param int $max_depth The maximum hierarchical depth.
|
||||
@ -271,8 +271,8 @@ class Walker {
|
||||
* $max_depth > 0 specifies the number of display levels.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding
|
||||
* it to the function signature.
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it
|
||||
* to the function signature.
|
||||
*
|
||||
* @param array $elements
|
||||
* @param int $max_depth The maximum hierarchical depth.
|
||||
|
Loading…
Reference in New Issue
Block a user