Changeset 1697:687baefd388c for admin/post.php
- Timestamp:
- 09/02/13 21:15:33 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1625 r1697 516 516 "post_excerpt" => 517 517 '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').'<span class="form-note">'. 518 __(' Add an introduction to the post.').'</span></label> '.518 __('Introduction to the post.').'</span></label> '. 519 519 form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 520 520 '</p>', … … 528 528 "post_notes" => 529 529 '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'<span class="form-note">'. 530 __(' Add unpublished notes.').'</span></label>'.530 __('Unpublished notes.').'</span></label>'. 531 531 form::textarea('post_notes',50,5,html::escapeHTML($post_notes)). 532 532 '</p>'
Note: See TracChangeset
for help on using the changeset viewer.