From 94980d89e0d6c116b307cb63d39d0c1a0f56d792 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 26 Jun 2016 17:29: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. Built from https://develop.svn.wordpress.org/trunk@37876 git-svn-id: http://core.svn.wordpress.org/trunk@37817 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/option.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/option.php b/wp-includes/option.php index 3bccd29d84..4b5508d982 100644 --- a/wp-includes/option.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 0da0fee4a5..08c82d4956 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37875'; +$wp_version = '4.6-alpha-37876'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.