Changeset 50038 for branches/5.6/src/wp-includes/functions.php
- Timestamp:
- 01/27/2021 11:47:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/functions.php
r49745 r50038 7397 7397 7398 7398 require_once ABSPATH . 'wp-admin/includes/file.php'; 7399 $export_files = list_files( $exports_dir, 100, array( 'index. html' ) );7399 $export_files = list_files( $exports_dir, 100, array( 'index.php' ) ); 7400 7400 7401 7401 /**
Note: See TracChangeset
for help on using the changeset viewer.