Show
Ignore:
Timestamp:
10/30/07 16:49:38 (1 year ago)
Author:
donncha
Message:

Merge with WordPress? 2.3.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-pages.php

    r1125 r1139  
    33$title = __('Pages'); 
    44$parent_file = 'edit.php'; 
    5 wp_enqueue_script( 'wp-lists' ); 
     5wp_enqueue_script( 'listman' ); 
    66require_once('admin-header.php'); 
    77 
     
    2121 
    2222?> 
    23 <script> 
    24 /* <![CDATA[ */ 
    25 jQuery(function($){$('#the-list').wpList();}); 
    26 /* ]]> */ 
    27 </script> 
     23 
    2824<div class="wrap"> 
     25 
    2926<h2><?php 
    3027// Use $_GET instead of is_ since they can override each other 
     
    8582  </tr> 
    8683  </thead> 
    87   <tbody id="the-list" class="list:page"
     84  <tbody id="the-list"
    8885<?php page_rows(0, 0, $posts, $all); ?> 
    8986  </tbody>