Changeset 55988 for trunk/src/wp-includes/class-wp-http-proxy.php
- Timestamp:
- 06/22/2023 02:34:56 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-proxy.php
r54663 r55988 210 210 $bypass_hosts = preg_split( '|,\s*|', WP_PROXY_BYPASS_HOSTS ); 211 211 212 if ( false !== strpos( WP_PROXY_BYPASS_HOSTS, '*' ) ) {212 if ( str_contains( WP_PROXY_BYPASS_HOSTS, '*' ) ) { 213 213 $wildcard_regex = array(); 214 214 foreach ( $bypass_hosts as $host ) {
Note: See TracChangeset
for help on using the changeset viewer.