Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:56:21 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.

Part 1/2.

See #37318.

File:
1 edited

Legend:

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

    r38117 r38121  
    906906
    907907    /**
    908      * Populates found_comments and max_num_pages properties for the current query if the limit clause was used.
     908     * Populates found_comments and max_num_pages properties for the current
     909     * query if the limit clause was used.
    909910     *
    910911     * @since 4.6.0
     
    922923             * @since 4.4.0
    923924             *
    924              * @param string $found_comments_query SQL query. Default 'SELECT FOUND_ROWS()'.
    925              * @param WP_Comment_Query $comment_query The `WP_Comment_Query` instance.
     925             * @param string           $found_comments_query SQL query. Default 'SELECT FOUND_ROWS()'.
     926             * @param WP_Comment_Query $comment_query        The `WP_Comment_Query` instance.
    926927             */
    927928            $found_comments_query = apply_filters( 'found_comments_query', 'SELECT FOUND_ROWS()', $this );
Note: See TracChangeset for help on using the changeset viewer.