Ticket #25116: link-templates.php.diff
File link-templates.php.diff, 532 bytes (added by , 11 years ago) |
---|
-
wp-includes/link-template.php
666 666 * @return string HTML content. 667 667 */ 668 668 function edit_tag_link( $link = '', $before = '', $after = '', $tag = null ) { 669 $link = edit_term_link( $link, '', '', false, $tag);669 $link = edit_term_link( $link, '', '', $tag, false ); 670 670 echo $before . apply_filters( 'edit_tag_link', $link ) . $after; 671 671 } 672 672