Changeset 4223 for branches/2.0/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/25/2006 01:40:06 AM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/edit-form-advanced.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-form-advanced.php
r4002 r4223 152 152 ?> 153 153 <?php the_quicktags(); ?> 154 </fieldset> 154 155 155 156 <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> … … 277 278 ?> 278 279 </div> 280 </div> 279 281 </fieldset> 280 282 </div>
Note: See TracChangeset
for help on using the changeset viewer.