Changeset 3572:7b171ccd8cee for plugins/pages/page.php
- Timestamp:
- 08/12/17 12:51:23 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r3466 r3572 477 477 '<div class="lockable">'. 478 478 '<p><label for="post_url">'.__('Edit basename').'</label>'. 479 form::field('post_url',10, 255,html::escapeHTML($post_url),'maximal').479 form::field('post_url',10,191,html::escapeHTML($post_url),'maximal'). 480 480 '</p>'. 481 481 '<p class="form-note warn">'.
Note: See TracChangeset
for help on using the changeset viewer.