diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index d1111ab7fe..37bd1b3301 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2195,9 +2195,9 @@ function make_clickable( $text ) { $nested_code_pre = 0; // Keep track of how many levels link is nested inside
or
foreach ( $textarr as $piece ) {
- if ( preg_match( '|^]|i', $piece ) || preg_match( '|^]|i', $piece ) )
+ if ( preg_match( '|^]|i', $piece ) || preg_match( '|^]|i', $piece ) || preg_match( '|^' === strtolower( $piece ) || '' === strtolower( $piece ) ) )
$nested_code_pre--;
if ( $nested_code_pre || empty( $piece ) || ( $piece[0] === '<' && ! preg_match( '|^<\s*[\w]{1,20}+://|', $piece ) ) ) {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 6284d58867..ac3bc7fd37 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.5-alpha-35846';
+$wp_version = '4.5-alpha-35847';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.