Changeset 37717 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/15/2016 05:44:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37702 r37717 187 187 188 188 foreach ( $months as $key => $month ) { 189 $months[ $key ] = '# ' . $month . '#';189 $months[ $key ] = '#\b' . $month . '\b#u'; 190 190 } 191 191
Note: See TracChangeset
for help on using the changeset viewer.