[wp-trac] [WordPress Trac] #16508: Widgets are completely frozen in the back end. Widget usability is 0% with no possibility of editing...
WordPress Trac
wp-trac at lists.automattic.com
Thu Feb 10 16:39:19 UTC 2011
#16508: Widgets are completely frozen in the back end. Widget usability is 0% with
no possibility of editing...
-------------------------------+------------------------------
Reporter: trusktr | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 3.0.5
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by markjaquith):
With script debug turned off, this breaks Widgets:
{{{
function jquery15( $src ) {
$src = preg_replace( '#^(.*)/jquery.js(.*)$#',
'https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js', $src
);
return $src;
}
add_filter( 'script_loader_src', 'jquery15' );
}}}
It looks like in that case, jQuery is enqueued AFTER jQuery UI, which
obviously doesn't work.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16508#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list