diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 4c0fed2b90..5d8ba5a1d4 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -871,7 +871,7 @@ function post_password_required( $post = null ) { * Quicktag one or more times). This tag must be within The Loop. * * @since 1.2.0 - * @since 5.0.0 Added the `aria_current` argument. + * @since 5.1.0 Added the `aria_current` argument. * * @global int $page * @global int $numpages diff --git a/wp-includes/version.php b/wp-includes/version.php index 44062b7565..6c96735f39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44410'; +$wp_version = '5.1-alpha-44411'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.