Changeset 178:7deb8792ee51 for admin
- Timestamp:
- 05/06/11 16:08:02 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r96 r178 142 142 $starting_script .= $core->callBehavior('adminCommentsHeaders'); 143 143 144 dcPage::open(__('Comments '),$starting_script);145 146 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Comments ').'</h2>';144 dcPage::open(__('Comments and trackbacks'),$starting_script); 145 146 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Comments and trackbacks').'</h2>'; 147 147 148 148 if (!$core->error->flag())
Note: See TracChangeset
for help on using the changeset viewer.