diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 3d7a5f6435..bde6209784 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -2138,7 +2138,7 @@ if ( !function_exists('wp_rand') ) : * Generates a random number * * @since 2.6.2 - * @since 4.4 Uses PHP7 random_int() or the random_compat library if avaialble. + * @since 4.4.0 Uses PHP7 random_int() or the random_compat library if available. * * @global string $rnd_value * @staticvar string $seed diff --git a/wp-includes/version.php b/wp-includes/version.php index aacc1ac315..9148ea256e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34985'; +$wp_version = '4.4-alpha-34986'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.