Changeset 500:f88db2e809f4 for admin/comment.php
- Timestamp:
- 07/03/11 22:12:27 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comment.php
r270 r500 184 184 } 185 185 186 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Edit comment').'</h2>'; 187 188 echo '<p><a class="back" href="'.$core->getPostAdminURL($post_type,$post_id).'&co=1#c'.$comment_id.'"> '. 189 sprintf(__('Back to "%s"'),$post_title).'</a></p>'; 190 186 echo '<h2>'.html::escapeHTML($core->blog->name).' › <a href="'. 187 $core->getPostAdminURL($post_type,$post_id).'&co=1#c'.$comment_id.'"> '. 188 $post_title.'</a> › <span class="page-title">'.__('Edit comment').'</span></h2>'; 189 191 190 echo 192 191 '<form action="comment.php" method="post" id="comment-form">'.
Note: See TracChangeset
for help on using the changeset viewer.