Changeset 61713 for trunk/src/wp-includes/IXR/class-IXR-client.php
- Timestamp:
- 02/21/2026 04:40:18 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/IXR/class-IXR-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/IXR/class-IXR-client.php
r61457 r61713 31 31 // Assume we have been given a URL instead 32 32 $bits = parse_url($server); 33 $this->server = $bits['host'] ;33 $this->server = $bits['host'] ?? ''; 34 34 $this->port = $bits['port'] ?? 80; 35 35 $this->path = $bits['path'] ?? '/';
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)