wp-includes/SimplePie/src/Source.php:56$namespacestring$tagstringSimplePie\array<array<string, public function get_source_tags(string $namespace, string $tag) { if (isset($this->data['child'][$namespace][$tag])) { return $this->data['child'][$namespace][$tag]; } return null; }3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$namespace retyped from untyped to string.verified against source$tag retyped from untyped to string.verified against sourcenone to SimplePie\array<array<string,.verified against sourcesrc/wp-includes/SimplePie/src/Source.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.