From 3df744228ee8396d4699c6b2652eb70c71dcb8b6 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 6 Jun 2023 15:07:32 +0000 Subject: [PATCH] Docs: Fix a few more typos in Docblocks. Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824], [55827]. Props nazmulhudadev, mukesh27. Fixes #58338. See #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55884 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-blogs.php | 2 +- src/wp-includes/option.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/ms-blogs.php b/src/wp-includes/ms-blogs.php index 487fa5ef8a..931433acdd 100644 --- a/src/wp-includes/ms-blogs.php +++ b/src/wp-includes/ms-blogs.php @@ -419,7 +419,7 @@ function add_blog_option( $id, $option, $value ) { } /** - * Removes option by name for a given blog ID. Prevents removal of protected WordPress options. + * Removes an option by name for a given blog ID. Prevents removal of protected WordPress options. * * @since MU (3.0.0) * diff --git a/src/wp-includes/option.php b/src/wp-includes/option.php index e94cf0bbea..1ea26a48bd 100644 --- a/src/wp-includes/option.php +++ b/src/wp-includes/option.php @@ -727,7 +727,7 @@ function add_option( $option, $value = '', $deprecated = '', $autoload = 'yes' ) } /** - * Removes option by name. Prevents removal of protected WordPress options. + * Removes an option by name. Prevents removal of protected WordPress options. * * @since 1.2.0 *