Make WordPress Core

Ticket #7387: 7387.diff

File 7387.diff, 903 bytes (added by zamoose, 18 years ago)

Simple diff adding rows=""

  • wp-admin/press-this.php

     
    506506                <div class="editor_area">
    507507                        <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
    508508                        <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>
    510510                        </div>
    511511                </div>
    512512        </div>
     
    536536        </div>
    537537</form>
    538538</body>
    539 </html>
    540  No newline at end of file
     539</html>