[wp-trac] [WordPress Trac] #14579: Ajaxify list-type screens in	the admin
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Fri Sep 24 19:18:45 UTC 2010
    
    
  
#14579: Ajaxify list-type screens in the admin
----------------------------+-----------------------------------------------
 Reporter:  scribu          |       Owner:  scribu                 
     Type:  task (blessed)  |      Status:  accepted               
 Priority:  normal          |   Milestone:  3.1                    
Component:  Administration  |     Version:                         
 Severity:  normal          |    Keywords:  has-patch needs-testing
----------------------------+-----------------------------------------------
Comment(by duck_):
 Not very detailed as I haven't had time to look into this, but bulk
 actions (including Empty Trash button) on post type (posts, pages, CPTs)
 admin pages are not working.
 And [15653] introduced a call to the list table `get_columns()` function
 in [http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/list-
 table.php#L74 list-table.php line 74] which is before `$_screen` is
 instantiated, this raises a notice in the Media library. Just moving that
 call down a few lines will fix this, don't think it will mess with
 anything else.
-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14579#comment:71>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list