Changeset 3660 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 03/29/2006 01:51:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r3564 r3660 29 29 if ($posts) { 30 30 ?> 31 <table id="the-list-x" width="100%" cellpadding="3" cellspacing="3"> 32 <tr> 33 <th scope="col"><?php _e('ID') ?></th> 34 <th scope="col"><?php _e('Title') ?></th> 31 <table width="100%" cellpadding="3" cellspacing="3"> 32 <thead> 33 <tr> 34 <th scope="col"><?php _e('ID') ?></th> 35 <th scope="col"><?php _e('Title') ?></th> 35 36 <th scope="col"><?php _e('Owner') ?></th> 36 37 <th scope="col"><?php _e('Updated') ?></th> 37 <th scope="col"></th> 38 <th scope="col"></th> 39 <th scope="col"></th> 40 </tr> 38 <th scope="col"></th> 39 <th scope="col"></th> 40 <th scope="col"></th> 41 </tr> 42 </thead> 43 <tbody id="the-list"> 41 44 <?php 42 45 page_rows(0, 0, $posts, $all); 43 46 ?> 44 </table> 47 </tbody> 48 </table> 45 49 46 50 <div id="ajax-response"></div>
Note: See TracChangeset
for help on using the changeset viewer.