Changeset 47060 for trunk/src/wp-includes/feed.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r46974 r47060 281 281 * 282 282 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object. 283 * @return false|string false on failure or guid for comment on success.283 * @return string|false GUID for comment on success, false on failure. 284 284 */ 285 285 function get_comment_guid( $comment_id = null ) {
Note: See TracChangeset
for help on using the changeset viewer.