Ticket #12197: link-template-patch.diff
| File link-template-patch.diff, 572 bytes (added by , 16 years ago) |
|---|
-
link-template.php
814 814 if ( null === $link ) 815 815 $link = __('Edit This'); 816 816 817 $link = '<a class="post-edit-link" href="' . $url . '" title="' . esc_attr( __( 'Edit Post') ) . '">' . $link . '</a>';817 $link = '<a class="post-edit-link" href="' . $url . '" title="' . esc_attr( __( $link ) ) . '">' . $link . '</a>'; 818 818 echo $before . apply_filters( 'edit_post_link', $link, $post->ID ) . $after; 819 819 } 820 820
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)