Changeset 1733:34d6ea6a495a for admin/blog_del.php
- Timestamp:
- 09/05/13 22:18:44 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_del.php
r1399 r1733 61 61 { 62 62 echo 63 '< p class="message">'.__('Warning').'</p>'.63 '<div class="warning-msg"><p><strong>'.__('Warning').'</strong></p>'. 64 64 '<p>'.sprintf(__('You are about to delete the blog %s. Every entry, comment and category will be deleted.'), 65 '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p> '.65 '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p></div>'. 66 66 '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'; 67 67
Note: See TracChangeset
for help on using the changeset viewer.