Changeset 15914
- Timestamp:
- 10/22/2010 06:42:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r15863 r15914 28 28 29 29 /* Enqueue the JS files for the admin bar. */ 30 if ( is_user_logged_in() ) 31 wp_enqueue_script( 'jquery', false, false, false, true ); 30 wp_enqueue_script( 'jquery', false, false, false, true ); 32 31 33 32 /* Load the admin bar class code ready for instantiation */
Note: See TracChangeset
for help on using the changeset viewer.