Changeset 33964 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 09/09/2015 02:59:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r33963 r33964 1203 1203 * @since 1.0.0 1204 1204 * 1205 * @param int $comment_id Comment ID1205 * @param int|WP_Comment $comment_id Comment ID or WP_Comment object 1206 1206 * @return false|string Status might be 'trash', 'approved', 'unapproved', 'spam'. False on failure. 1207 1207 */
Note: See TracChangeset
for help on using the changeset viewer.