Make WordPress Core


Ignore:
Timestamp:
05/22/2013 09:01:57 PM (13 years ago)
Author:
nacin
Message:

Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389.

File:
1 edited

Legend:

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

    r24214 r24320  
    15041504
    15051505    if ( ! _device_can_upload() ) {
    1506         echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
     1506        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://wordpress.org/mobile/' ) . '</p>';
    15071507        return;
    15081508    }
Note: See TracChangeset for help on using the changeset viewer.