Changeset 42146 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 11/10/2017 10:29:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r41906 r42146 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.