Make WordPress Core


Ignore:
Timestamp:
10/01/2012 04:09:16 PM (11 years ago)
Author:
ryan
Message:

Initialize to avoid notice. Props bradyvercher. fixes #22050

File:
1 edited

Legend:

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

    r22073 r22091  
    12041204    // Filter the results to those of a specific setting if one was set
    12051205    if ( $setting ) {
     1206        $setting_errors = array();
    12061207        foreach ( (array) $wp_settings_errors as $key => $details ) {
    12071208            if ( $setting == $details['setting'] )
Note: See TracChangeset for help on using the changeset viewer.