Changeset 27026
- Timestamp:
- 01/24/2014 07:16:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r26868 r27026 995 995 996 996 /** 997 * Display or retrieveedit comment link with formatting.997 * Display edit comment link with formatting. 998 998 * 999 999 * @since 1.0.0 … … 1002 1002 * @param string $before Optional. Display before edit link. 1003 1003 * @param string $after Optional. Display after edit link. 1004 * @return string|null HTML content, if $echo is set to false.1005 1004 */ 1006 1005 function edit_comment_link( $link = null, $before = '', $after = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.