Changeset 60947
- Timestamp:
- 10/16/2025 07:43:53 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/SimplePie/src/IRI.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/src/IRI.php
r60771 r60947 171 171 } 172 172 173 if ($return === null && isset($this-> normalization[$this->scheme][$name])) {173 if ($return === null && isset($this->scheme, $this->normalization[$this->scheme][$name])) { 174 174 return $this->normalization[$this->scheme][$name]; 175 175 } … … 624 624 protected function scheme_normalization() 625 625 { 626 if ($this->scheme === null) { 627 return; 628 } 629 626 630 if (isset($this->normalization[$this->scheme]['iuserinfo']) && $this->iuserinfo === $this->normalization[$this->scheme]['iuserinfo']) { 627 631 $this->iuserinfo = null;
Note: See TracChangeset
for help on using the changeset viewer.