Ticket #25303: regex.patch
File regex.patch, 358 bytes (added by , 12 years ago) |
---|
-
wp-includes/functions.php
diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 8cd4af4..59acd5a 100644
a b function smilies_init() { 2585 2585 $wp_smiliessearch .= preg_quote($rest, '/'); 2586 2586 } 2587 2587 2588 $wp_smiliessearch .= ') (?:\s|$)/m';2588 $wp_smiliessearch .= ')|(?:\s|^)(?:\s|$)/m'; 2589 2589 } 2590 2590 2591 2591 /**