Changeset 2166:6f409aa25386 for admin/comment.php
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comment.php
r1972 r2166 164 164 html::escapeHTML($core->blog->name) => '', 165 165 html::escapeHTML($post_title) => $core->getPostAdminURL($post_type,$post_id).'&co=1#c'.$comment_id, 166 '<span class="page-title">'.__('Edit comment').'</span>'=> ''166 __('Edit comment') => '' 167 167 )); 168 168 } else { … … 171 171 html::escapeHTML($core->blog->name) => '', 172 172 html::escapeHTML($post_title) => $core->getPostAdminURL($post_type,$post_id), 173 '<span class="page-title">'.__('Edit comment').'</span>'=> ''173 __('Edit comment') => '' 174 174 )); 175 175 }
Note: See TracChangeset
for help on using the changeset viewer.