Make WordPress Core

Changeset 15914


Ignore:
Timestamp:
10/22/2010 06:42:26 PM (14 years ago)
Author:
ryan
Message:

Remove redundant logged in check. Props neoxx. see #14772

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r15863 r15914  
    2828
    2929    /* 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 );
    3231
    3332    /* Load the admin bar class code ready for instantiation */
Note: See TracChangeset for help on using the changeset viewer.