Make WordPress Core


Ignore:
Timestamp:
11/05/2020 09:40:38 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently place @see tags after @since in WP_Query methods, per the documentation standards.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r49474 r49505  
    39453945     * true only on the page you set as the "Posts page".
    39463946     *
     3947     * @since 3.1.0
     3948     *
    39473949     * @see WP_Query::is_front_page()
    3948      *
    3949      * @since 3.1.0
    39503950     *
    39513951     * @return bool Whether the query is for the blog homepage.
     
    39953995     * check if the query is for one of the pages specified.
    39963996     *
     3997     * @since 3.1.0
     3998     *
    39973999     * @see WP_Query::is_single()
    39984000     * @see WP_Query::is_singular()
    3999      *
    4000      * @since 3.1.0
    40014001     *
    40024002     * @param int|string|int[]|string[] $page Optional. Page ID, title, slug, path, or array of such
     
    41024102     * check if the query is for one of the Posts specified.
    41034103     *
     4104     * @since 3.1.0
     4105     *
    41044106     * @see WP_Query::is_page()
    41054107     * @see WP_Query::is_singular()
    4106      *
    4107      * @since 3.1.0
    41084108     *
    41094109     * @param int|string|int[]|string[] $post Optional. Post ID, title, slug, path, or array of such
     
    41524152     * check if the query is for one of the Posts Types specified.
    41534153     *
     4154     * @since 3.1.0
     4155     *
    41544156     * @see WP_Query::is_page()
    41554157     * @see WP_Query::is_single()
    4156      *
    4157      * @since 3.1.0
    41584158     *
    41594159     * @param string|string[] $post_types Optional. Post type or array of post types
Note: See TracChangeset for help on using the changeset viewer.