Changeset 48632
- Timestamp:
- 07/27/2020 09:06:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r48185 r48632 2366 2366 * @since 5.5.0 2367 2367 * 2368 * @param bool $will_invalidate Whether WordPress will invalidate `$file name`. Default true.2369 * @param string $file name The PHP filename to invalidate.2368 * @param bool $will_invalidate Whether WordPress will invalidate `$filepath`. Default true. 2369 * @param string $filepath The path to the PHP file to invalidate. 2370 2370 */ 2371 2371 if ( apply_filters( 'wp_opcache_invalidate_file', true, $filepath ) ) {
Note: See TracChangeset
for help on using the changeset viewer.