Changeset 23350 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 01/28/2013 02:20:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r19712 r23350 8 8 9 9 /** 10 * {@internal Missing Short Description}}10 * Determine if a comment exists based on author and date. 11 11 * 12 12 * @since 2.0.0 … … 69 69 70 70 /** 71 * {@internal Missing Short Description}}71 * Returns a comment object based on comment ID. 72 72 * 73 73 * @since 2.0.0 74 74 * 75 * @param int $id ID of comment to retrieve 75 * @param int $id ID of comment to retrieve. 76 76 * @return bool|object Comment if found. False on failure. 77 77 */
Note: See TracChangeset
for help on using the changeset viewer.