Changeset 29703 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/04/2014 02:21:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r29671 r29703 1703 1703 1704 1704 if ( ! _device_can_upload() ) { 1705 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 s://wordpress.org/mobile/' ) . '</p>';1705 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>'; 1706 1706 return; 1707 1707 }
Note: See TracChangeset
for help on using the changeset viewer.