Make WordPress Core

Changeset 53551


Ignore:
Timestamp:
06/21/2022 01:46:29 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Add missing @since mention in get_posts_query_args().

Follow-up to [53548].
See #55633.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php

    r53548 r53551  
    194194     *
    195195     * @since 5.5.0
     196     * @since 6.1.0 Added `ignore_sticky_posts` default parameter.
    196197     *
    197198     * @param string $post_type Post type name.
     
    205206         *
    206207         * @since 5.5.0
     208         * @since 6.1.0 Added `ignore_sticky_posts` default parameter.
    207209         *
    208210         * @param array  $args      Array of WP_Query arguments.
Note: See TracChangeset for help on using the changeset viewer.