From 063fad80cbd07c3345039ea06cd34919b9a4cdae Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 7 Jan 2019 08:01:57 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@44411 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 4c0fed2b90..5d8ba5a1d4 100644 --- a/src/wp-includes/post-template.php +++ b/src/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