Ticket #9064: r10603_punc.diff
File r10603_punc.diff, 357 bytes (added by , 16 years ago) |
---|
-
wp-includes/comment.php
1415 1415 // Variables 1416 1416 $ltrs = '\w'; 1417 1417 $gunk = '/#~:.?+=&%@!\-'; 1418 $punc = '.:?\-' ;1418 $punc = '.:?\-',*()_; 1419 1419 $any = $ltrs . $gunk . $punc; 1420 1420 1421 1421 // Step 1