From 36e36e3b1dcb6af49744849d532293519fa37a63 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 26 Jun 2016 17:28:30 +0000 Subject: [PATCH] Docs: Make the DocBlock summary for `get_option()` more explicit and convert to using a third-person singular verb. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@37876 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/option.php b/src/wp-includes/option.php index 3bccd29d84..4b5508d982 100644 --- a/src/wp-includes/option.php +++ b/src/wp-includes/option.php @@ -7,7 +7,7 @@ */ /** - * Retrieve option value based on name of option. + * Retrieves an option value based on an option name. * * If the option does not exist or does not have a value, then the return value * will be false. This is useful to check whether you need to install an option