Changeset 6213 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 10/09/2007 10:49:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r6034 r6213 3 3 $title = __('Pages'); 4 4 $parent_file = 'edit.php'; 5 wp_enqueue_script( ' listman' );5 wp_enqueue_script( 'wp-lists' ); 6 6 require_once('admin-header.php'); 7 7 … … 21 21 22 22 ?> 23 23 <script> 24 /* <![CDATA[ */ 25 jQuery(function($){$('#the-list').wpList();}); 26 /* ]]> */ 27 </script> 24 28 <div class="wrap"> 25 26 29 <h2><?php 27 30 // Use $_GET instead of is_ since they can override each other … … 82 85 </tr> 83 86 </thead> 84 <tbody id="the-list" >87 <tbody id="the-list" class="list:page"> 85 88 <?php page_rows(0, 0, $posts, $all); ?> 86 89 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.