Changeset 13977
- Timestamp:
- 08/19/2024 08:16:45 PM (7 weeks ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/assets/css/admin.css
r13975 r13977 134 134 } 135 135 136 .no-exif { 137 font-style: italic; 138 } 139 136 140 .photo-all-exif-container { 137 141 border-top: 1px solid #ccc; -
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/admin.php
r13975 r13977 584 584 585 585 if ( ! $exif ) { 586 echo '<p class="no-exif">' . esc_html__( 'No EXIF data was found.', 'wporg-photos' ) . "</p>\n"; 586 587 return; 587 588 }
Note: See TracChangeset
for help on using the changeset viewer.