Changeset 32547 for trunk/src/wp-includes/comment.php
- Timestamp:
- 05/22/2015 05:30:44 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r32500 r32547 455 455 * 456 456 * @param string|array $query Array or URL query string of parameters. 457 * @return array List of comments.457 * @return array|int List of comments, or number of comments when 'count' is passed as a query var. 458 458 */ 459 459 public function query( $query ) {
Note: See TracChangeset
for help on using the changeset viewer.