Changeset 38121 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 07/20/2016 04:56:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r38117 r38121 906 906 907 907 /** 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. 909 910 * 910 911 * @since 4.6.0 … … 922 923 * @since 4.4.0 923 924 * 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. 926 927 */ 927 928 $found_comments_query = apply_filters( 'found_comments_query', 'SELECT FOUND_ROWS()', $this );
Note: See TracChangeset
for help on using the changeset viewer.