Changeset 1558:4bed0fdef93a for admin/index.php
- Timestamp:
- 08/24/13 01:40:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1530 r1558 226 226 227 227 if ($core->blog->status == 0) { 228 echo '<p class="static-msg">'.__('This blog is offline').' </p>';228 echo '<p class="static-msg">'.__('This blog is offline').'.</p>'; 229 229 } elseif ($core->blog->status == -1) { 230 echo '<p class="static-msg">'.__('This blog is removed').' </p>';230 echo '<p class="static-msg">'.__('This blog is removed').'.</p>'; 231 231 } 232 232
Note: See TracChangeset
for help on using the changeset viewer.