Changeset 60266 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 05/30/2025 04:24:04 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r59835 r60266 444 444 </h2> 445 445 <div class="uploaded"><strong><?php _e( 'Uploaded on:' ); ?></strong> {{ data.dateFormatted }}</div> 446 <div class="uploaded-by ">446 <div class="uploaded-by word-wrap-break-word"> 447 447 <strong><?php _e( 'Uploaded by:' ); ?></strong> 448 448 <# if ( data.authorLink ) { #> … … 606 606 <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> 607 607 <img src="{{ data.image.src }}" class="thumbnail" draggable="false" alt="" /> 608 <# } else if ( data.sizes ) { 608 <# } else if ( data.sizes ) { 609 609 if ( data.sizes.medium ) { #> 610 610 <img src="{{ data.sizes.medium.url }}" class="thumbnail" draggable="false" alt="" />
Note: See TracChangeset
for help on using the changeset viewer.