From 84681ddd39eb357dfa3f2081a2609a20416290cc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 4 Sep 2014 14:21:13 +0000 Subject: [PATCH] Link to apps.wordpress.org instead of wordpress.org/mobile. props pento. fixes #29496. git-svn-id: https://develop.svn.wordpress.org/trunk@29703 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 2b9d5eb124..8a5e6cc59f 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.'), 'https://wordpress.org/mobile/' ) . '

'; + 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/' ) . '

'; return; } diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 3b7c9c2035..216ceafbf6 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.'), 'https://wordpress.org/mobile/' ) . '

'; + 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/' ) . '

'; } else { ?>
diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index bf581d0b3e..ef27297d7c 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.'), 'https://wordpress.org/mobile/' ); ?>

+

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