[wp-trac] [WordPress Trac] #10499: Core library conflicts
WordPress Trac
wp-trac at lists.automattic.com
Tue Jul 28 05:01:58 UTC 2009
#10499: Core library conflicts
--------------------------+-------------------------------------------------
Reporter: gmpfree | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: General | Version: 2.8.2
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
farbtastic and schedule doesn't live well with each other.
{{{
function testing()
{
wp_enqueue_script('farbtastic');
//1.js is a blank file, just for testing
wp_enqueue_script('test',get_option("siteurl").'/wp-
content/plugins/1.js',array('schedule'));
}
//this will make all backend pages go blank, they are still loaded
normally, but rendered as blank
add_action('admin_menu', 'testing', 20);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10499>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list