From e0b3db1e09b81dea2e5f681e966f6a06c72bc698 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 19 Jan 2015 08:47:24 +0000 Subject: [PATCH] Remove a stray period introduced in [31242]. Props SergeyBiryukov. See #31048. Built from https://develop.svn.wordpress.org/trunk@31245 git-svn-id: http://core.svn.wordpress.org/trunk@31226 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/shortcodes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.