Changeset 46210 for trunk/src/wp-admin/includes/noop.php
- Timestamp:
- 09/20/2019 08:45:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/noop.php
r46206 r46210 96 96 function get_file( $path ) { 97 97 98 if ( function_exists( 'realpath' ) ) { 99 $path = realpath( $path ); 100 } 98 $path = realpath( $path ); 101 99 102 100 if ( ! $path || ! @is_file( $path ) ) {
Note: See TracChangeset
for help on using the changeset viewer.