Changeset 33913
- Timestamp:
- 09/05/2015 07:59:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r33891 r33913 265 265 * @since 2.5.0 266 266 * 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. 267 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object. 269 268 */ 270 269 function comment_guid($comment_id = null) { … … 277 276 * @since 2.5.0 278 277 * 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. 278 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object. 281 279 * @return false|string false on failure or guid for comment on success. 282 280 */
Note: See TracChangeset
for help on using the changeset viewer.