Changeset 52087 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 11/09/2021 11:04:59 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/load-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r52054 r52087 24 24 25 25 $protocol = $_SERVER['SERVER_PROTOCOL']; 26 if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ), true ) ) {26 if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) { 27 27 $protocol = 'HTTP/1.0'; 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)