Changeset 5636
- Timestamp:
- 06/02/07 01:01:57 (1 year ago)
- Files:
-
- trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/index.php
r5580 r5636 14 14 } 15 15 add_action( 'admin_head', 'index_js' ); 16 wp_enqueue_script('prototype'); 17 wp_enqueue_script( 'interface');16 17 wp_enqueue_script( 'jquery' ); 18 18 19 19 $title = __('Dashboard');
