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.