Make WordPress Core


Ignore:
Timestamp:
10/17/2008 03:49:43 AM (17 years ago)
Author:
azaozz
Message:

HTML validation fixes, props Viper007Bond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r9219 r9223  
    371371
    372372            <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden">
    373                 <textarea class="comment"><?php echo $comment->comment_content; ?></textarea>
     373                <textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea>
    374374                <div class="author-email"><?php echo attribute_escape( $comment->comment_author_email ); ?></div>
    375375                <div class="author"><?php echo attribute_escape( $comment->comment_author ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.