Changeset 48200 for trunk/src/wp-includes/feed.php
- Timestamp:
- 06/28/2020 02:07:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r48199 r48200 273 273 * @since 2.5.0 274 274 * 275 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.275 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object. 276 276 */ 277 277 function comment_guid( $comment_id = null ) { … … 284 284 * @since 2.5.0 285 285 * 286 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.286 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object. 287 287 * @return string|false GUID for comment on success, false on failure. 288 288 */ … … 303 303 * @since 4.4.0 Introduced the `$comment` argument. 304 304 * 305 * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object.305 * @param int|WP_Comment $comment Optional. Comment object or ID. Defaults to global comment object. 306 306 */ 307 307 function comment_link( $comment = null ) {
Note: See TracChangeset
for help on using the changeset viewer.