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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2015-01-19 08:46:24 +00:00
parent b590db9253
commit 032ec0d24a
1 changed files with 1 additions and 1 deletions

View File

@ -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, '[' ) ) {