mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -742,7 +742,7 @@ class WP_Customize_Image_Control extends WP_Customize_Upload_Control {
|
||||
*/
|
||||
public function tab_upload_new() {
|
||||
if ( ! _device_can_upload() ) {
|
||||
echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'http://apps.wordpress.org/' ) . '</p>';
|
||||
echo '<p>' . sprintf( __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'), 'https://apps.wordpress.org/' ) . '</p>';
|
||||
} else {
|
||||
?>
|
||||
<div class="upload-dropzone">
|
||||
|
||||
Reference in New Issue
Block a user