Changeset 58975 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 09/03/2024 06:17:19 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r58951 r58975 6003 6003 $support_errors = apply_filters( 'pre_wp_update_https_detection_errors', null ); 6004 6004 if ( is_wp_error( $support_errors ) ) { 6005 update_option( 'https_detection_errors', $support_errors->errors );6005 update_option( 'https_detection_errors', $support_errors->errors, false ); 6006 6006 return; 6007 6007 }
Note: See TracChangeset
for help on using the changeset viewer.