Ticket #2113: edit-form-advanced.diff

File edit-form-advanced.diff, 745 bytes (added by Viper007Bond, 6 years ago)

Removes textarea's title of "true"

  • wp-admin/edit-form-advanced.php

     
    148148?> 
    149149<?php the_quicktags(); ?> 
    150150 
    151 <div><textarea 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> 
     151<div><textarea 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> 
    152152</fieldset> 
    153153 
    154154<script type="text/javascript">