Make WordPress Core


Ignore:
Timestamp:
09/04/2014 02:21:13 PM (11 years ago)
Author:
nacin
Message:

Link to apps.wordpress.org instead of wordpress.org/mobile.

props pento.
fixes #29496.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r29683 r29703  
    177177        <# } #>
    178178        <?php if ( ! _device_can_upload() ) : ?>
    179             <h3 class="upload-instructions"><?php printf( __('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://wordpress.org/mobile/' ); ?></h3>
     179            <h3 class="upload-instructions"><?php printf( __('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/' ); ?></h3>
    180180        <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?>
    181181            <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.