From 032ec0d24a908020c83c6acb8ddec37d0f6b54d2 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Mon, 19 Jan 2015 08:46:24 +0000 Subject: [PATCH] Remove a stray period introduced in [31242]. Props SergeyBiryukov. See #31048. git-svn-id: https://develop.svn.wordpress.org/trunk@31245 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/shortcodes.php b/src/wp-includes/shortcodes.php index ecefbe06ae..1919af4d5f 100644 --- a/src/wp-includes/shortcodes.php +++ b/src/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, '[' ) ) {