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.