Changeset 61435 for trunk/src/wp-includes/class-wp-http-ixr-client.php
- Timestamp:
- 01/05/2026 05:56:34 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http-ixr-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r54133 r61435 26 26 $this->scheme = $bits['scheme']; 27 27 $this->server = $bits['host']; 28 $this->port = isset( $bits['port'] ) ? $bits['port'] :$port;28 $this->port = $bits['port'] ?? $port; 29 29 $this->path = ! empty( $bits['path'] ) ? $bits['path'] : '/'; 30 30
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)