Changeset 29721 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 09/09/2014 06:28:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r29703 r29721 743 743 public function tab_upload_new() { 744 744 if ( ! _device_can_upload() ) { 745 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>';745 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://apps.wordpress.org/' ) . '</p>'; 746 746 } else { 747 747 ?>
Note: See TracChangeset
for help on using the changeset viewer.