From 176a3f0d7c7faaa5946c983a84a574bec2eceafc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 9 Oct 2019 04:33:34 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-walker.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-wp-walker.php b/src/wp-includes/class-wp-walker.php index b0a14e20c7..fe15eb2e90 100644 --- a/src/wp-includes/class-wp-walker.php +++ b/src/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.