Changeset 22091 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/01/2012 04:09:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r22073 r22091 1204 1204 // Filter the results to those of a specific setting if one was set 1205 1205 if ( $setting ) { 1206 $setting_errors = array(); 1206 1207 foreach ( (array) $wp_settings_errors as $key => $details ) { 1207 1208 if ( $setting == $details['setting'] )
Note: See TracChangeset
for help on using the changeset viewer.