Changeset 27369 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 03/03/2014 02:33:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r27343 r27369 55 55 <# } #> 56 56 <?php if ( ! _device_can_upload() ) : ?> 57 <h3 class="upload-instructions"><?php printf( __('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/' ); ?></h3>57 <h3 class="upload-instructions"><?php printf( __('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/' ); ?></h3> 58 58 <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?> 59 59 <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.