Changeset 33891 for trunk/src/wp-includes/feed.php
- Timestamp:
- 09/03/2015 06:16:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r33605 r33891 265 265 * @since 2.5.0 266 266 * 267 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object. 267 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user_id, gravatar md5 hash, 268 * user email, WP_User object, WP_Post object, or WP_Comment object. 268 269 */ 269 270 function comment_guid($comment_id = null) { … … 276 277 * @since 2.5.0 277 278 * 278 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object. 279 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user_id, gravatar md5 hash, 280 * user email, WP_User object, WP_Post object, or WP_Comment object. 279 281 * @return false|string false on failure or guid for comment on success. 280 282 */
Note: See TracChangeset
for help on using the changeset viewer.