Changeset 48576 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 07/23/2020 07:37:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r48223 r48576 22 22 * @param string $comment_date Date of the comment. 23 23 * @param string $timezone Timezone. Accepts 'blog' or 'gmt'. Default 'blog'. 24 * @return mixedComment post ID on success.24 * @return string|null Comment post ID on success. 25 25 */ 26 26 function comment_exists( $comment_author, $comment_date, $timezone = 'blog' ) {
Note: See TracChangeset
for help on using the changeset viewer.