Changeset 1139 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 10/30/07 16:49:38 (1 year ago)
- Files:
-
- trunk/wp-admin/edit-pages.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-pages.php
r1125 r1139 3 3 $title = __('Pages'); 4 4 $parent_file = 'edit.php'; 5 wp_enqueue_script( ' wp-lists' );5 wp_enqueue_script( 'listman' ); 6 6 require_once('admin-header.php'); 7 7 … … 21 21 22 22 ?> 23 <script> 24 /* <![CDATA[ */ 25 jQuery(function($){$('#the-list').wpList();}); 26 /* ]]> */ 27 </script> 23 28 24 <div class="wrap"> 25 29 26 <h2><?php 30 27 // Use $_GET instead of is_ since they can override each other … … 85 82 </tr> 86 83 </thead> 87 <tbody id="the-list" class="list:page">84 <tbody id="the-list"> 88 85 <?php page_rows(0, 0, $posts, $all); ?> 89 86 </tbody>
