Changeset 8383
- Timestamp:
- 07/21/2008 12:47:08 AM (17 years ago)
- File:
-
- 1 edited
-
branches/2.6/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/kses.php
r7969 r8383 432 432 if ( $string == '' ) 433 433 return ''; 434 // prevent multiple dashes in comments 435 $string = preg_replace('/--+/', '-', $string); 436 // prevent three dashes closing a comment 437 $string = preg_replace('/-$/', '', $string); 434 438 return "<!--{$string}-->"; 435 439 }
Note: See TracChangeset
for help on using the changeset viewer.