wp core update 6.6
This commit is contained in:
@@ -59,7 +59,8 @@ function translations_api( $type, $args = null ) {
|
||||
$request = wp_remote_post( $url, $options );
|
||||
|
||||
if ( $ssl && is_wp_error( $request ) ) {
|
||||
trigger_error(
|
||||
wp_trigger_error(
|
||||
__FUNCTION__,
|
||||
sprintf(
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
|
||||
Reference in New Issue
Block a user