From c6a886ed74c5d68d3a6807b71838d8dd035fc8c5 Mon Sep 17 00:00:00 2001
From: Paul Biron <paul@sparrowhawkcomputing.com>
Date: Fri, 29 Jul 2022 17:39:15 -0600
Subject: [PATCH] Update the @since tag in the DocBlock of the
the_posts_pagination_args filter to 6.1.0.
---
src/wp-includes/link-template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php
index 057412e504..7400f34c34 100644
a
|
b
|
function get_the_posts_pagination( $args = array() ) { |
2849 | 2849 | /** |
2850 | 2850 | * Filters the arguments for posts pagination links. |
2851 | 2851 | * |
2852 | | * @since 5.9.0 |
| 2852 | * @since 6.1.0 |
2853 | 2853 | * |
2854 | 2854 | * @param array $args { |
2855 | 2855 | * Optional. Default pagination arguments, see paginate_links(). |