Changeset 1631 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/09/2004 05:51:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r1599 r1631 95 95 <fieldset id="postdiv"> 96 96 <legend><a href="http://wordpress.org/docs/reference/post/#post" title="<?php _e('Help with post field') ?>"><?php _e('Post') ?></a></legend> 97 <div id="quicktags"> 98 <?php 99 echo '<a href="http://wordpress.org/docs/reference/post/#quicktags" title="' . __('Help with quicktags') . '">' . __('Quicktags') . '</a>: '; 100 include('quicktags.php'); 101 ?> 102 </div> 97 <?php the_quicktags(); ?> 103 98 <?php 104 99 $rows = get_settings('default_post_edit_rows');
Note: See TracChangeset
for help on using the changeset viewer.