Changeset 58409 for trunk/src/wp-includes/update.php
- Timestamp:
- 06/13/2024 08:48:33 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r56559 r58409 203 203 204 204 if ( $ssl && is_wp_error( $response ) ) { 205 trigger_error( 205 wp_trigger_error( 206 __FUNCTION__, 206 207 sprintf( 207 208 /* translators: %s: Support forums URL. */ … … 441 442 442 443 if ( $ssl && is_wp_error( $raw_response ) ) { 443 trigger_error( 444 wp_trigger_error( 445 __FUNCTION__, 444 446 sprintf( 445 447 /* translators: %s: Support forums URL. */ … … 722 724 723 725 if ( $ssl && is_wp_error( $raw_response ) ) { 724 trigger_error( 726 wp_trigger_error( 727 __FUNCTION__, 725 728 sprintf( 726 729 /* translators: %s: Support forums URL. */
Note: See TracChangeset
for help on using the changeset viewer.