From 34fee908e373ecfff7fc092417d6a1ee81f394b5 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 7 Jan 2019 08:02:48 +0000 Subject: [PATCH] Accessibility: Update since annotation for wp_link_pages(). Updates the since annotation for the `aria_current` argument introduced in #42440. Fixes #41859. Built from https://develop.svn.wordpress.org/trunk@44411 git-svn-id: http://core.svn.wordpress.org/trunk@44241 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.