Changeset 2788:83a190f3fee2 for plugins/pages
- Timestamp:
- 11/15/14 16:06:58 (11 years ago)
- Branch:
- default
- Children:
- 2789:81b5618d0a19, 2790:419c27eabd9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r2785 r2788 473 473 "post_title" => 474 474 '<p class="col">'. 475 '<label class="required no-margin bold" ><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'.475 '<label class="required no-margin bold" for="post_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 476 476 form::field('post_title',20,255,html::escapeHTML($post_title),'maximal'). 477 477 '</p>',
Note: See TracChangeset
for help on using the changeset viewer.