Changeset 500:f88db2e809f4 for admin/posts_actions.php
- Timestamp:
- 07/03/11 22:12:27 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts_actions.php
r270 r500 207 207 if ($action == 'category') 208 208 { 209 echo '<h2 >'.__('Change category for entries').'</h2>';209 echo '<h2 class="page-title">'.__('Change category for entries').'</h2>'; 210 210 211 211 # categories list … … 238 238 elseif ($action == 'author' && $core->auth->check('admin',$core->blog->id)) 239 239 { 240 echo '<h2 >'.__('Change author for entries').'</h2>';240 echo '<h2 class="page-title">'.__('Change author for entries').'</h2>'; 241 241 242 242 echo
Note: See TracChangeset
for help on using the changeset viewer.