diff --git src/wp-includes/comment.php src/wp-includes/comment.php
index 88508fa..6fcb4a6 100644
|
|
|
function get_comment(&$comment, $output = OBJECT) { |
| 218 | 218 | * |
| 219 | 219 | * @since 2.7.0 |
| 220 | 220 | * |
| 221 | | * @global wpdb $wpdb WordPress database abstraction object. |
| 222 | | * |
| 223 | 221 | * @param string|array $args Optional. Array or string of arguments. See {@see WP_Comment_Query::parse_query()} |
| 224 | 222 | * for information on accepted arguments. Default empty. |
| 225 | 223 | * @return int|array List of comments or number of found comments if `$count` argument is true. |