Changeset 5636
- Timestamp:
- 06/02/2007 01:01:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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');
Note: See TracChangeset
for help on using the changeset viewer.