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
This commit is contained in:
Drew Jaynes 2016-06-26 17:28:30 +00:00
parent 269512cd6b
commit 36e36e3b1d
1 changed files with 1 additions and 1 deletions

View File

@ -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