Make WordPress Core


Ignore:
Timestamp:
11/13/2016 04:38:06 PM (8 years ago)
Author:
helen
Message:

Media: Clearly indicate that PDF thumbnails are just document previews.

This helps affirm that your upload is fine, and has not been reduced down to the first page or changed into an image. This applies to the attachment details modal in the media library, where media is also now centered in the preview area.

props folletto, helen.
fixes #38717.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r38949 r39213  
    326326                    <# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #>
    327327                    <button type="button" class="button edit-attachment"><?php _e( 'Edit Image' ); ?></button>
     328                    <# } else if ( 'pdf' === data.subtype && data.sizes ) { #>
     329                    <?php _e( 'Document Preview' ); ?>
    328330                    <# } #>
    329331                </div>
Note: See TracChangeset for help on using the changeset viewer.