diff --git a/src/wp-admin/includes/media.php b/src/wp-admin/includes/media.php index 8a5e6cc59f..e13fc17704 100644 --- a/src/wp-admin/includes/media.php +++ b/src/wp-admin/includes/media.php @@ -1702,7 +1702,7 @@ function media_upload_form( $errors = null ) { global $type, $tab, $is_IE, $is_opera; if ( ! _device_can_upload() ) { - echo '

' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.'), 'http://apps.wordpress.org/' ) . '

'; + echo '

' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.'), 'https://apps.wordpress.org/' ) . '

'; return; } diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 216ceafbf6..7ae21c807e 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -742,7 +742,7 @@ class WP_Customize_Image_Control extends WP_Customize_Upload_Control { */ public function tab_upload_new() { if ( ! _device_can_upload() ) { - echo '

' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.'), 'http://apps.wordpress.org/' ) . '

'; + echo '

' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.'), 'https://apps.wordpress.org/' ) . '

'; } else { ?>
diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index afb690e89f..8a038337e2 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -176,7 +176,7 @@ function wp_print_media_templates() {

{{ data.message }}

<# } #> -

native app for your device instead.'), 'http://apps.wordpress.org/' ); ?>

+

native app for your device instead.'), 'https://apps.wordpress.org/' ); ?>