Docs: Tweak the `@since` note in `Walker::walk()` and `::paged_walk()` for better readability and consistency with other notes.
See #47678. Built from https://develop.svn.wordpress.org/trunk@46452 git-svn-id: http://core.svn.wordpress.org/trunk@46250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8d1e51e9c7
commit
13eecfc861
|
@ -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.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-beta3-46451';
|
||||
$wp_version = '5.3-beta3-46452';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue