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
This commit is contained in:
parent
d41e669efe
commit
e0b3db1e09
|
@ -149,7 +149,7 @@ function shortcode_exists( $tag ) {
|
||||||
*
|
*
|
||||||
* @param string $content Content to search for shortcodes.
|
* @param string $content Content to search for shortcodes.
|
||||||
* @param string $tag Shortcode tag to check.
|
* @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 ) {
|
function has_shortcode( $content, $tag ) {
|
||||||
if ( false === strpos( $content, '[' ) ) {
|
if ( false === strpos( $content, '[' ) ) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue