Changeset 2789 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/18/2005 01:51:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r2776 r2789 131 131 <fieldset id="postdiv"> 132 132 <legend><?php _e('Post') ?></legend> 133 <?php if ( !get_option('rich_editing') ) : ?>133 <?php if ( 'true' != get_user_option('rich_editing') ) : ?> 134 134 <?php the_quicktags(); ?> 135 135 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.