Changeset 30681 for trunk/src/wp-includes/feed.php
- Timestamp:
- 12/01/2014 01:33:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r30105 r30681 277 277 * 278 278 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object. 279 * @return bool|string false on failure or guid for comment on success.279 * @return false|string false on failure or guid for comment on success. 280 280 */ 281 281 function get_comment_guid($comment_id = null) {
Note: See TracChangeset
for help on using the changeset viewer.