Changeset 53299 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 04/28/2022 09:44:12 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-comment-query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r53291 r53299 94 94 * 95 95 * @since 4.0.0 96 * @var array96 * @var int[]|WP_Comment[] 97 97 */ 98 98 public $comments; … … 375 375 * @global wpdb $wpdb WordPress database abstraction object. 376 376 * 377 * @return int| arrayList of comments or number of found comments if `$count` argument is true.377 * @return int|int[]|WP_Comment[] List of comments or number of found comments if `$count` argument is true. 378 378 */ 379 379 public function get_comments() {
Note: See TracChangeset
for help on using the changeset viewer.