Changeset 1474:122a77514ce1 for admin/blog.php
- Timestamp:
- 08/19/13 15:22:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r1399 r1474 79 79 '<form action="blog.php" method="post" id="blog-form">'. 80 80 81 $core->formNonce().81 '<div>'$core->formNonce().'</div>'. 82 82 '<p><label class="required" for="blog_id"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').'</label> '. 83 83 form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.