Changeset 47855 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 05/26/2020 09:35:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r47785 r47855 47 47 if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $wp_version ) { 48 48 header( "$protocol 304 Not Modified" ); 49 exit ();49 exit; 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.