Ticket #1942: edit-form-advanced.php.diff
| File edit-form-advanced.php.diff, 760 bytes (added by , 21 years ago) |
|---|
-
edit-form-advanced.php
150 150 ?> 151 151 <?php if ( !$richedit ) the_quicktags(); ?> 152 152 153 <div><textarea title="true"rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo $richedit ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>153 <div><textarea <?php if ( $richedit ) echo 'title="true"'; ?> rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo $richedit ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div> 154 154 </fieldset> 155 155 156 156 <?php if ( !$richedit ) : ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)