Changeset 52087 for trunk/src/wp-admin/load-scripts.php
- Timestamp:
- 11/09/2021 11:04:59 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/load-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-scripts.php
r47855 r52087 16 16 17 17 $protocol = $_SERVER['SERVER_PROTOCOL']; 18 if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ), true ) ) {18 if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) { 19 19 $protocol = 'HTTP/1.0'; 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.