Changeset 24320 for trunk/wp-admin/includes/media.php
- Timestamp:
- 05/22/2013 09:01:57 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r24214 r24320 1504 1504 1505 1505 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>'; 1507 1507 return; 1508 1508 }
Note: See TracChangeset
for help on using the changeset viewer.