Ticket #12690: 12690.3.patch
File 12690.3.patch, 529 bytes (added by , 11 years ago) |
---|
-
wp-includes/formatting.php
107 107 $no_texturize_tags_stack = array(); 108 108 $no_texturize_shortcodes_stack = array(); 109 109 110 $textarr = preg_split('/(<.*>|\[. *\])/Us', $text, -1, PREG_SPLIT_DELIM_CAPTURE);110 $textarr = preg_split('/(<.*>|\[.+\])/Us', $text, -1, PREG_SPLIT_DELIM_CAPTURE); 111 111 112 112 foreach ( $textarr as &$curl ) { 113 113 if ( empty( $curl ) )