Changeset 51657 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r51521 r51657 1659 1659 $dirs = array_filter( 1660 1660 $dirs, 1661 function( $dir ) {1661 static function( $dir ) { 1662 1662 // Skip any node_modules directories. 1663 1663 return false === strpos( $dir, 'node_modules' );
Note: See TracChangeset
for help on using the changeset viewer.