Changeset 20544 for trunk/wp-admin/includes/media.php
- Timestamp:
- 04/20/2012 01:10:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r20449 r20544 1299 1299 1300 1300 if ( ! _device_can_upload() ) { 1301 echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href=" 1301 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>'; 1302 1302 return; 1303 1303 }
Note: See TracChangeset
for help on using the changeset viewer.