Changeset 43702
- Timestamp:
- 10/11/2018 03:52:44 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-customize-manager.php
r43619 r43702 2285 2285 /** This filter is documented in wp-includes/class-wp-customize-setting.php */ 2286 2286 $late_validity = apply_filters( "customize_validate_{$setting->id}", new WP_Error(), $unsanitized_value, $setting ); 2287 if ( is_wp_error( $late_validity ) &&! empty( $late_validity->errors ) ) {2287 if ( ! empty( $late_validity->errors ) ) { 2288 2288 $validity = $late_validity; 2289 2289 }
Note: See TracChangeset
for help on using the changeset viewer.