Changeset 45932 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r45926 r45932 61 61 <?php 62 62 printf( 63 /* translators: %s: image width and height in pixels*/63 /* translators: %s: Image width and height in pixels. */ 64 64 __( 'Original dimensions %s' ), 65 65 $meta['width'] . ' × ' . $meta['height']
Note: See TracChangeset
for help on using the changeset viewer.