wp-includes/SimplePie/src/Author.php:90Constructor, used to input the data
$namestringoptionalnull$linkstringoptionalnull$emailstringoptionalnull public function __construct($name = null, $link = null, $email = null) { $this->name = $name; $this->link = $link; $this->email = $email; }3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$name retyped from string to ?string.verified against source$link retyped from string to ?string.verified against source$email retyped from string to ?string.verified against sourcesrc/wp-includes/SimplePie/src/Author.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.