Changeset 27369 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 03/03/2014 02:33:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r24320 r27369 594 594 public function tab_upload_new() { 595 595 if ( ! _device_can_upload() ) { 596 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>';596 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>'; 597 597 } else { 598 598 ?>
Note: See TracChangeset
for help on using the changeset viewer.