diff --git a/wp-includes/option.php b/wp-includes/option.php index 2112970871..562e23ce9d 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -1603,7 +1603,7 @@ function set_site_transient( $transient, $value, $expiration = 0 ) { $expiration = (int) $expiration; /** - * Filter the expiration for a transient before its value is set. + * Filter the expiration for a site transient before its value is set. * * The dynamic portion of the hook name, `$transient`, refers to the transient name. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ab08ff0b7d..94182472ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34877'; +$wp_version = '4.4-alpha-34878'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.