Don't queue Prototype or Interface, just jQuery.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
73e7d2ff2e
commit
9828d17066
|
@ -13,8 +13,8 @@ function index_js() {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
add_action( 'admin_head', 'index_js' );
|
add_action( 'admin_head', 'index_js' );
|
||||||
wp_enqueue_script('prototype');
|
|
||||||
wp_enqueue_script('interface');
|
wp_enqueue_script( 'jquery' );
|
||||||
|
|
||||||
$title = __('Dashboard');
|
$title = __('Dashboard');
|
||||||
$parent_file = 'index.php';
|
$parent_file = 'index.php';
|
||||||
|
|
Loading…
Reference in New Issue