Changeset 2832 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 08/31/2005 02:39:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r2763 r2832 15 15 if ($posts) { 16 16 ?> 17 <table width="100%" cellpadding="3" cellspacing="3">17 <table id="the-list-x" width="100%" cellpadding="3" cellspacing="3"> 18 18 <tr> 19 19 <th scope="col"><?php _e('ID') ?></th> … … 27 27 <?php page_rows(); ?> 28 28 </table> 29 30 <div id="ajax-response"></div> 31 29 32 <?php 30 33 } else {
Note: See TracChangeset
for help on using the changeset viewer.