From f23acad14a31d8fa6d091a23bcdd488ecba60ac0 Mon Sep 17 00:00:00 2001 From: Mohd Salman <47385962+salmanshafiq8630@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:44:12 +0530 Subject: [PATCH] Fix typo in 'contributor' and remove extra space in SimplePie/Item.php --- src/wp-includes/SimplePie/src/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/SimplePie/src/Item.php b/src/wp-includes/SimplePie/src/Item.php index c2f7460c6106e..3a452b1bcb91a 100644 --- a/src/wp-includes/SimplePie/src/Item.php +++ b/src/wp-includes/SimplePie/src/Item.php @@ -461,7 +461,7 @@ public function get_author(int $key = 0) * Get a contributor for the item * * @since 1.1 - * @param int $key The contrbutor that you want to return. Remember that arrays begin with 0, not 1 + * @param int $key The contributor that you want to return. Remember that arrays begin with 0, not 1 * @return \SimplePie\Author|null */ public function get_contributor(int $key = 0)