Make WordPress Core


Ignore:
Timestamp:
10/29/2010 04:23:17 PM (15 years ago)
Author:
ryan
Message:

Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163

File:
1 edited

Legend:

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

    r16079 r16081  
    1212            require( ABSPATH . WPINC . '/admin-bar/admin-bar-superadmin.php' );
    1313        }
    14        
     14
    1515        /* Set the protocol used throughout this code */
    1616        if ( is_ssl() )
     
    185185        add_action( 'wp_before_admin_bar_render', 'wp_admin_bar_updates_menu', 80 );
    186186        add_action( 'wp_before_admin_bar_render', 'wp_admin_bar_shortlink_menu', 90 );
    187        
     187
    188188        if ( is_multisite() && is_super_admin() && function_exists('wp_admin_bar_superadmin_settings_menu') )
    189189            add_action( 'wp_before_admin_bar_render', 'wp_admin_bar_superadmin_settings_menu', 1000 );
Note: See TracChangeset for help on using the changeset viewer.