Changeset 59343
- Timestamp:
- 11/04/2024 11:34:45 PM (3 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-admin/load-styles.php
r58935 r59343 56 56 wp_default_styles( $wp_styles ); 57 57 58 $etag = $wp_styles->get_etag( $ wp_version, $load );58 $etag = $wp_styles->get_etag( $load ); 59 59 60 60 if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $etag ) {
Note: See TracChangeset
for help on using the changeset viewer.