Changeset 35463
- Timestamp:
- 10/30/2015 10:05:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r35427 r35463 191 191 <h2 class="upload-message">{{ data.message }}</h2> 192 192 <# } #> 193 193 <?php if ( ! _device_can_upload() ) : ?> 194 194 <h2 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/' ); ?></h2> 195 <?php if ( is_multisite() && ! is_upload_space_available() ) : ?>195 <?php elseif ( is_multisite() && ! is_upload_space_available() ) : ?> 196 196 <h2 class="upload-instructions"><?php _e( 'Upload Limit Exceeded' ); ?></h2> 197 197 <?php
Note: See TracChangeset
for help on using the changeset viewer.