Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:11:48 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Descriptive improvements and corrections for various docblocks.

See #53399

File:
1 edited

Legend:

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

    r51299 r51300  
    1919
    2020    /**
    21      * Query vars set by the user.
     21     * Query vars set by the user
    2222     *
    2323     * @since 1.5.0
     
    2727
    2828    /**
    29      * Query vars, after parsing.
     29     * Query vars, after parsing
    3030     *
    3131     * @since 1.5.0
     
    3535
    3636    /**
    37      * Taxonomy query, as passed to get_tax_sql().
     37     * Taxonomy query, as passed to get_tax_sql()
    3838     *
    3939     * @since 3.1.0
     
    4343
    4444    /**
    45      * Metadata query container.
     45     * Metadata query container
    4646     *
    4747     * @since 3.2.0
     
    5151
    5252    /**
    53      * Date query container.
     53     * Date query container
    5454     *
    5555     * @since 3.7.0
     
    9393
    9494    /**
    95      * The number of posts for the current query.
     95     * The amount of posts for the current query.
    9696     *
    9797     * @since 1.5.0
     
    136136
    137137    /**
    138      * The number of comments for the posts.
     138     * The amount of comments for the posts.
    139139     *
    140140     * @since 2.2.0
     
    160160
    161161    /**
    162      * The number of found posts for the current query.
     162     * The amount of found posts for the current query.
    163163     *
    164164     * If limit clause was not used, equals $post_count.
     
    170170
    171171    /**
    172      * The number of pages.
     172     * The amount of pages.
    173173     *
    174174     * @since 2.1.0
     
    178178
    179179    /**
    180      * The number of comment pages.
     180     * The amount of comment pages.
    181181     *
    182182     * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.