Changeset 48576 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/23/2020 07:37:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48575 r48576 1006 1006 * @global WP_Query $wp_query WordPress Query object. 1007 1007 * 1008 * @param WP_Comment[] $comments Optional. Array of WP_Comment objects. Defaults to $wp_query->comments.1008 * @param WP_Comment[] $comments Optional. Array of WP_Comment objects. Defaults to `$wp_query->comments`. 1009 1009 * @param int $per_page Optional. Comments per page. 1010 1010 * @param bool $threaded Optional. Control over flat or threaded comments.
Note: See TracChangeset
for help on using the changeset viewer.