[wp-trac] [WordPress Trac] #4598: jquery script not queued in post
 editing page.
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Mon Jul  9 13:49:20 GMT 2007
    
    
  
#4598: jquery script not queued in post editing page.
----------------------------+-----------------------------------------------
 Reporter:  olivm           |       Owner:  anonymous  
     Type:  defect          |      Status:  new        
 Priority:  normal          |   Milestone:  2.3 (trunk)
Component:  Administration  |     Version:  2.3        
 Severity:  normal          |    Keywords:             
----------------------------+-----------------------------------------------
 the jquery scripts are not enqueued in the post editing page.
 but they are enqueued in post-new...
 --- /home/oliv/workspace/wordpress/wp-admin/post.php    (revision 5790)
 +++ /home/oliv/workspace/wordpress/wp-admin/post.php    (working copy)
 @@ -55,6 +55,7 @@
         if($post->post_status == 'draft') {
                 wp_enqueue_script('prototype');
 +               wp_enqueue_script('interface');
                 wp_enqueue_script('autosave');
         }
         require_once('admin-header.php');
-- 
Ticket URL: <http://trac.wordpress.org/ticket/4598>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list