- Timestamp:
- 04/15/2024 08:01:03 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n/class-wp-translation-file.php
r57519 r58009 82 82 * @return false|WP_Translation_File 83 83 */ 84 public static function create( string $file, string $filetype = null ) {84 public static function create( string $file, ?string $filetype = null ) { 85 85 if ( ! is_readable( $file ) ) { 86 86 return false;
Note: See TracChangeset
for help on using the changeset viewer.