mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.
Part 1/2. See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -905,7 +905,8 @@ class WP_Comment_Query {
|
||||
}
|
||||
|
||||
/**
|
||||
* Populates found_comments and max_num_pages properties for the current query if the limit clause was used.
|
||||
* Populates found_comments and max_num_pages properties for the current
|
||||
* query if the limit clause was used.
|
||||
*
|
||||
* @since 4.6.0
|
||||
* @access private
|
||||
@@ -921,8 +922,8 @@ class WP_Comment_Query {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @param string $found_comments_query SQL query. Default 'SELECT FOUND_ROWS()'.
|
||||
* @param WP_Comment_Query $comment_query The `WP_Comment_Query` instance.
|
||||
* @param string $found_comments_query SQL query. Default 'SELECT FOUND_ROWS()'.
|
||||
* @param WP_Comment_Query $comment_query The `WP_Comment_Query` instance.
|
||||
*/
|
||||
$found_comments_query = apply_filters( 'found_comments_query', 'SELECT FOUND_ROWS()', $this );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user