Changeset 29721 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 09/09/2014 06:28:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29704 r29721 177 177 <# } #> 178 178 <?php if ( ! _device_can_upload() ) : ?> 179 <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 ://apps.wordpress.org/' ); ?></h3>179 <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://apps.wordpress.org/' ); ?></h3> 180 180 <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?> 181 181 <h3 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.