diff --git a/projects/plugins/wpcomsh/wpcomsh.php b/projects/plugins/wpcomsh/wpcomsh.php index 92bacc4441469..1c609132d8dc6 100644 --- a/projects/plugins/wpcomsh/wpcomsh.php +++ b/projects/plugins/wpcomsh/wpcomsh.php @@ -387,7 +387,7 @@ function wpcomsh_make_content_clickable( $content ) { // don't look in ,
,  and 
 	// use 
in support docs where linkifying // breaks shortcodes, etc. - $_split = preg_split( '/(<[^<>]+>)/i', $content, -1, PREG_SPLIT_DELIM_CAPTURE ); + $_split = preg_split( '/(<[^>]+>)/i', $content, -1, PREG_SPLIT_DELIM_CAPTURE ); $end = ''; $out = ''; $combine = '';