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