Changeset 50037 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/27/2021 11:45:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49992 r50037 7399 7399 7400 7400 require_once ABSPATH . 'wp-admin/includes/file.php'; 7401 $export_files = list_files( $exports_dir, 100, array( 'index. html' ) );7401 $export_files = list_files( $exports_dir, 100, array( 'index.php' ) ); 7402 7402 7403 7403 /**
Note: See TracChangeset
for help on using the changeset viewer.