Changeset 3660 for trunk/wp-admin/link-manager.php
- Timestamp:
- 03/29/2006 01:51:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r3617 r3660 115 115 <input type="hidden" name="order_by" value="<?php echo wp_specialchars($order_by, 1); ?>" /> 116 116 <input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" /> 117 <table id="the-list-x" width="100%" cellpadding="3" cellspacing="3"> 117 <table width="100%" cellpadding="3" cellspacing="3"> 118 <thead> 118 119 <tr> 119 120 <th width="15%"><?php _e('Name') ?></th> … … 125 126 <th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th> 126 127 </tr> 128 </thead> 129 <tbody id="the-list"> 127 130 <?php 128 131 if ( 'all' == $cat_id ) … … 175 178 } 176 179 ?> 180 </tbody> 177 181 </table> 178 182
Note: See TracChangeset
for help on using the changeset viewer.