Changeset 53131 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 04/11/2022 11:40:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r52978 r53131 75 75 'missing_attachment' => sprintf( 76 76 /* translators: %s: URL to media library. */ 77 __( ' We cannot find that file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),77 __( 'That file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ), 78 78 esc_url( admin_url( 'upload.php' ) ) 79 79 ),
Note: See TracChangeset
for help on using the changeset viewer.