Changeset 33891 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 09/03/2015 06:16:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r32672 r33891 75 75 76 76 /** 77 * Returns a comment object based on comment ID.77 * Returns a WP_Comment object based on comment ID. 78 78 * 79 79 * @since 2.0.0 80 80 * 81 81 * @param int $id ID of comment to retrieve. 82 * @return object|false Comment if found. False on failure.82 * @return WP_Comment|false Comment if found. False on failure. 83 83 */ 84 84 function get_comment_to_edit( $id ) {
Note: See TracChangeset
for help on using the changeset viewer.