Make WordPress Core


Ignore:
Timestamp:
09/04/2014 02:21:13 PM (10 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/class-wp-customize-control.php

    r29156 r29703  
    743743    public function tab_upload_new() {
    744744        if ( ! _device_can_upload() ) {
    745             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://wordpress.org/mobile/' ) . '</p>';
     745            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>';
    746746        } else {
    747747            ?>
Note: See TracChangeset for help on using the changeset viewer.