From 8cfdbf11673d2f3b23a537e0598ab1d6595d503a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Sep 2014 06:28:33 +0000 Subject: [PATCH] Use https for apps.wordpress.org links. props pento. fixes #29595 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@29721 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/media.php | 2 +- src/wp-includes/class-wp-customize-control.php | 2 +- src/wp-includes/media-template.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/' ); ?>