Make WordPress Core


Ignore:
Timestamp:
09/26/2010 09:16:38 AM (15 years ago)
Author:
nacin
Message:

Prevent the $title global from being stomped. Caused by merger of manage_columns_prefs() into screen_meta() in [15653]. see #14952, see #14776. The global is apparent cruft as the function doesn't use it.

File:
1 edited

Legend:

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

    r15661 r15662  
    16361636
    16371637function screen_meta($screen) {
    1638     global $wp_meta_boxes, $_wp_contextual_help, $title, $wp_list_table;
     1638    global $wp_meta_boxes, $_wp_contextual_help, $wp_list_table;
    16391639
    16401640    if ( is_string($screen) )
Note: See TracChangeset for help on using the changeset viewer.