diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index ecefbe06ae..1919af4d5f 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -149,7 +149,7 @@ function shortcode_exists( $tag ) { * * @param string $content Content to search for shortcodes. * @param string $tag Shortcode tag to check. - * @return bool Whether the passed content contains. the given shortcode. + * @return bool Whether the passed content contains the given shortcode. */ function has_shortcode( $content, $tag ) { if ( false === strpos( $content, '[' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d0337682a..d7bf2ff512 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31244'; +$wp_version = '4.2-alpha-31245'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.