Changes in admin/blog.php [38:82908ed980c0:133:4048ab5a17d4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r38 r133 78 78 '<p><label class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').' '. 79 79 form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</label></p>'. 80 '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').' '.81 __('Please note that changing your blog ID may require changes in your public index.php file.').'</p>'.80 '<p class="form-note">'.__('At least 2 characters using letters, numbers or symbols.').'</p> '. 81 '<p class="form-note warn">'.__('Please note that changing your blog ID may require changes in your public index.php file.').'</p>'. 82 82 83 83 '<p><label class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog name:').' '.
Note: See TracChangeset
for help on using the changeset viewer.