Ticket #7387: 7387.diff
| File 7387.diff, 903 bytes (added by , 18 years ago) |
|---|
-
wp-admin/press-this.php
506 506 <div class="editor_area"> 507 507 <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 508 508 <div class="editor-container"> 509 <textarea name="content" id="content" style="width:100%;" class="mceEditor" ><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</textarea>509 <textarea name="content" id="content" style="width:100%;" class="mceEditor" rows="10"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</textarea> 510 510 </div> 511 511 </div> 512 512 </div> … … 536 536 </div> 537 537 </form> 538 538 </body> 539 </html> 540 No newline at end of file 539 </html>