Changeset 9733 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/17/2008 06:01:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9723 r9733 429 429 ?> 430 430 431 <table class="widefat comments-box " style="display:none;">431 <table class="widefat comments-box fixed" cellspacing="0" style="display:none;"> 432 432 <thead> 433 433 <tr> 434 <th scope="col"><?php _e('Comments') ?></th>435 <th scope="col"><?php _e('Author') ?></th>436 <th scope="col"><?php _e('Submitted') ?></th>437 434 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 435 <th scope="col" class="column-author"><?php _e('Author') ?></th> 436 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 437 </tr> 438 438 </thead> 439 439 <tbody id="the-comment-list" class="list:comment">
Note: See TracChangeset
for help on using the changeset viewer.