Changeset 4843
- Timestamp:
- 01/30/2007 07:14:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-form-advanced.php
r4656 r4843 152 152 ?> 153 153 <?php the_quicktags(); ?> 154 </fieldset>155 154 156 155 <div><textarea <?php if ( user_can_richedit() ) echo 'title="true" '; ?>rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo user_can_richedit() ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
Note: See TracChangeset
for help on using the changeset viewer.