﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14488,wp_enqueue_script in_footer doesn't work on WP known scripts,mcr2582,sorich87,"I changed some plugin code from:
wp_enqueue_script('jquery-ui-sortable');

To:
wp_enqueue_script('jquery-ui-sortable',false,array(),false,true);

However, the script was not moved to the footer. 

When I looked at the source for wp_enqueue_script, I can see that it's because the check for $in_footer is inside the condition for $src being defined. But built-in scripts don't require a source. ",defect (bug),accepted,normal,Future Release,General,3.0.1,minor,,has-patch,sorich87@… mdhansen@…
