Changeset 9223 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/17/2008 03:49:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9192 r9223 1017 1017 <div class="title"><?php _e('Tags'); ?></div> 1018 1018 <div class="in"> 1019 <textarea cols="22" rows="1" type="text"name="tags_input" class="tags_input"></textarea>1019 <textarea cols="22" rows="1" name="tags_input" class="tags_input"></textarea> 1020 1020 </div> 1021 1021 </div> … … 1872 1872 if ( 'detail' == $mode || 'single' == $mode ) comment_text(); ?> 1873 1873 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden"> 1874 <textarea class="comment" ><?php echo $comment->comment_content; ?></textarea>1874 <textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea> 1875 1875 <div class="author-email"><?php echo attribute_escape( $comment->comment_author_email ); ?></div> 1876 1876 <div class="author"><?php echo attribute_escape( $comment->comment_author ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.