Changeset 52978 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 03/22/2022 04:23:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r52757 r52978 3193 3193 if ( ! is_file( $file ) ) { 3194 3194 /* translators: %s: File name. */ 3195 return sprintf( __( 'File “%s” does n’t exist?' ), $file );3195 return sprintf( __( 'File “%s” does not exist?' ), $file ); 3196 3196 } 3197 3197
Note: See TracChangeset
for help on using the changeset viewer.