Changeset 1332:a32f83be8392 for admin/comment.php
- Timestamp:
- 08/11/13 22:56:36 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comment.php
r1179 r1332 184 184 } 185 185 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 186 echo dcPage::breadcrumb( 187 array( 188 html::escapeHTML($core->blog->name) => '', 189 html::escapeHTML($post_title) => $core->getPostAdminURL($post_type,$post_id).'&co=1#c'.$comment_id, 190 '<span class="page-title">'.__('Edit comment').'</span>' => '' 191 )); 192 190 193 echo 191 194 '<form action="comment.php" method="post" id="comment-form">'.
Note: See TracChangeset
for help on using the changeset viewer.