Make WordPress Core

Changeset 16882


Ignore:
Timestamp:
12/12/2010 06:40:52 AM (14 years ago)
Author:
dd32
Message:

Add missing global for r16881 See #15781

File:
1 edited

Legend:

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

    r16881 r16882  
    15371537function iframe_header( $title = '', $limit_styles = false ) {
    15381538    show_admin_bar( false );
    1539     global $hook_suffix, $current_screen, $admin_body_class, $wp_locale;
     1539    global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale;
    15401540    $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
    15411541   
Note: See TracChangeset for help on using the changeset viewer.