Changeset 59341
- Timestamp:
- 11/04/2024 03:49:26 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r58935 r59341 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.