Changeset 48161
- Timestamp:
- 06/25/2020 07:53:11 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r48160 r48161 2317 2317 * - https://core.trac.wordpress.org/ticket/36455 2318 2318 */ 2319 if ( $can_invalidate === null) {2319 if ( null === $can_invalidate ) { 2320 2320 $can_invalidate = function_exists( 'opcache_invalidate' ) && 2321 2321 ( ! ini_get( 'opcache.restrict_api' ) ||
Note: See TracChangeset
for help on using the changeset viewer.