Changeset 34230
- Timestamp:
- 09/16/2015 11:01:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r34071 r34230 294 294 * @since 4.4.0 Introduced the `$comment` argument. 295 295 * 296 * @param int|WP_Comment $comment Optional comment object or id. Defaults to global comment object.296 * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object. 297 297 */ 298 298 function comment_link( $comment = null ) {
Note: See TracChangeset
for help on using the changeset viewer.