Changeset 54309 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/26/2022 01:05:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54299 r54309 4529 4529 $result = null; 4530 4530 $filename = wp_normalize_path( realpath( $filename ) ); 4531 if ( ! file_exists( $filename ) ) { 4531 4532 if ( ! $filename ) { 4532 4533 trigger_error( 4533 4534 sprintf(
Note: See TracChangeset
for help on using the changeset viewer.