Changeset 55822 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/17/2023 10:44:21 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r55750 r55822 2686 2686 * @param string $path Absolute path to the directory. 2687 2687 */ 2688 $invalidate_directory = function( $dirlist, $path ) use ( &$invalidate_directory ) {2688 $invalidate_directory = static function( $dirlist, $path ) use ( &$invalidate_directory ) { 2689 2689 $path = trailingslashit( $path ); 2690 2690
Note: See TracChangeset
for help on using the changeset viewer.