Make WordPress Core

Ticket #53392: 53392.2.diff

File 53392.2.diff, 869 bytes (added by pbiron, 2 years ago)

refresh the patch to update the @since tag in the DocBlock of the new filter

  • src/wp-includes/link-template.php

    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() ) { 
    28492849                /**
    28502850                 * Filters the arguments for posts pagination links.
    28512851                 *
    2852                  * @since 5.9.0
     2852                 * @since 6.1.0
    28532853                 *
    28542854                 * @param array $args {
    28552855                 *     Optional. Default pagination arguments, see paginate_links().