Changeset 18995 for trunk/wp-includes/class-wp.php
- Timestamp:
- 10/18/2011 08:20:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp.php
r18633 r18995 574 574 */ 575 575 function apply($subject, $matches) { 576 $oSelf = &new WP_MatchesMapRegex($subject, $matches);576 $oSelf = new WP_MatchesMapRegex($subject, $matches); 577 577 return $oSelf->output; 578 578 }
Note: See TracChangeset
for help on using the changeset viewer.