wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php:76Consume the next byte
string|false public function consume() { if (isset($this->data[$this->position])) { $this->consumed .= $this->data[$this->position]; return $this->data[$this->position++]; } return false; }One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
mixed to string|false.verified against sourcesrc/wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.