Allow tab intents in plugin/theme editors. Utilizes the Tabby jQuery plugin, see #12204

git-svn-id: https://develop.svn.wordpress.org/trunk@13131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-14 02:14:59 +00:00
parent fa61e1409d
commit b38b545ed4
5 changed files with 262 additions and 2 deletions

View File

@@ -156,6 +156,9 @@ function wp_default_scripts( &$scripts ) {
$scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20090125');
$scripts->add_data( 'suggest', 'group', 1 );
$scripts->add( 'tabby', "/wp-includes/js/jquery/tabby$suffix.js", array('jquery'), '0.12');
$scripts->add_data( 'tabby', 'group', 1 );
$scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m');
$scripts->add_data( 'schedule', 'group', 1 );