Changeset 3606:bacbc979195e for admin/post.php
- Timestamp:
- 11/21/17 05:30:34 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r3572 r3606 638 638 '<div class="lockable">'. 639 639 '<p><label for="post_url">'.__('Edit basename').'</label>'. 640 form::field('post_url',10, 191,html::escapeHTML($post_url),'maximal').640 form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). 641 641 '</p>'. 642 642 '<p class="form-note warn">'.
Note: See TracChangeset
for help on using the changeset viewer.