Changeset 51944
- Timestamp:
- 10/28/2021 02:09:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51942 r51944 2311 2311 ); 2312 2312 2313 $stylesheet = null;2313 $stylesheet = null; 2314 2314 $transient_name = 'global_styles_' . get_stylesheet(); 2315 2315 2316 if ( $can_use_cache ) { 2316 2317 $cache = get_transient( $transient_name );
Note: See TracChangeset
for help on using the changeset viewer.