Changeset 42147 for branches/4.9/src/wp-admin/includes/template.php
- Timestamp:
- 11/10/2017 10:31:58 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/template.php
r41906 r42147 1458 1458 1459 1459 // Check global in case errors have been added on this pageload. 1460 if ( ! count( $wp_settings_errors ) )1460 if ( empty( $wp_settings_errors ) ) { 1461 1461 return array(); 1462 } 1462 1463 1463 1464 // Filter the results to those of a specific setting if one was set.
Note: See TracChangeset
for help on using the changeset viewer.