Changeset 11635 for branches/2.8/wp-includes/functions.php
- Timestamp:
- 06/23/2009 10:11:05 PM (16 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/functions.php
r11598 r11635 2683 2683 $wp_smiliessearch .= '|'; 2684 2684 } 2685 $wp_smiliessearch .= preg_quote($rest );2685 $wp_smiliessearch .= preg_quote($rest, '/'); 2686 2686 } 2687 2687
Note: See TracChangeset
for help on using the changeset viewer.