Changeset 55156 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 01/27/2023 11:05:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r55002 r55156 3337 3337 </span> 3338 3338 </div> 3339 <div class="misc-pub-section misc-pub-download"> 3340 <a href="<?php echo esc_attr( $att_url ); ?>" download><?php _e( 'Download file' ); ?></a> 3341 </div> 3339 3342 <div class="misc-pub-section misc-pub-filename"> 3340 3343 <?php _e( 'File name:' ); ?> <strong><?php echo $filename; ?></strong>
Note: See TracChangeset
for help on using the changeset viewer.