From 13eecfc861ad862c303a33885ad3232ab47f0195 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 9 Oct 2019 04:35:01 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-walker.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-includes/class-wp-walker.php b/wp-includes/class-wp-walker.php index b0a14e20c7..fe15eb2e90 100644 --- a/wp-includes/class-wp-walker.php +++ b/wp-includes/class-wp-walker.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 534fdd0448..b0c2c094dc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.