Changeset 9223 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/17/2008 03:49:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9219 r9223 371 371 372 372 <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> 374 374 <div class="author-email"><?php echo attribute_escape( $comment->comment_author_email ); ?></div> 375 375 <div class="author"><?php echo attribute_escape( $comment->comment_author ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.