Make WordPress Core

Ticket #28724: miqro-28724-part2.2.patch

File miqro-28724-part2.2.patch, 600 bytes (added by miqrogroove, 12 years ago)

Fix version compatibility.

  • src/wp-includes/formatting.php

     
    234234                                _wptexturize_pushpop_element( $curl, $no_texturize_tags_stack, $no_texturize_tags );
    235235                        }
    236236
     237                } elseif ( false == trim( $curl ) ) {
     238                        // This is a newline between delimeters.  Performance improves when we check this.
     239                       
    237240                } elseif ( '[' === $first && 1 === preg_match( '/^\[(?:[^\[\]<>]|<[^>]+>)+\]$/', $curl ) ) {
    238241                        // This is a shortcode delimeter.
    239242