Changeset 12789 for trunk/wp-includes/link-template.php
- Timestamp:
- 01/21/2010 09:37:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r12783 r12789 608 608 $link = __('Edit This'); 609 609 610 $link = '<a href="' . get_edit_tag_link( $tag->term_id ) . '" title="' . __( 'Edit tag' ) . '">' . $link . '</a>';610 $link = '<a href="' . get_edit_tag_link( $tag->term_id ) . '" title="' . __( 'Edit Tag' ) . '">' . $link . '</a>'; 611 611 echo $before . apply_filters( 'edit_tag_link', $link, $tag->term_id ) . $after; 612 612 } … … 713 713 $link = __('Edit This'); 714 714 715 $link = '<a class="post-edit-link" href="' . $url . '" title="' . esc_attr( __( 'Edit post' ) ) . '">' . $link . '</a>';715 $link = '<a class="post-edit-link" href="' . $url . '" title="' . esc_attr( __( 'Edit Post' ) ) . '">' . $link . '</a>'; 716 716 echo $before . apply_filters( 'edit_post_link', $link, $post->ID ) . $after; 717 717 } … … 842 842 $link = __('Edit This'); 843 843 844 $link = '<a href="' . get_edit_bookmark_link( $link ) . '" title="' . __( 'Edit link' ) . '">' . $link . '</a>';844 $link = '<a href="' . get_edit_bookmark_link( $link ) . '" title="' . __( 'Edit Link' ) . '">' . $link . '</a>'; 845 845 echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after; 846 846 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)