diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 7ad8020e36..4e8f63dbbb 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3377,7 +3377,7 @@ function wp_trim_words( $text, $num_words = 55, $more = null ) { * @since 3.3.0 * * @param string $text The trimmed text. - * @param int $num_words The number of words to trim the text to. Default 5. + * @param int $num_words The number of words to trim the text to. Default 55. * @param string $more An optional string to append to the end of the trimmed text, e.g. …. * @param string $original_text The text before it was trimmed. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index c11b890d85..f7e93aa587 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40320'; +$wp_version = '4.8-alpha-40322'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.