Changeset 19094 for trunk/wp-includes/class-wp.php
- Timestamp:
- 10/31/2011 07:38:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp.php
r19017 r19094 573 573 * @return string 574 574 */ 575 function apply($subject, $matches) {575 public static function apply($subject, $matches) { 576 576 $oSelf = new WP_MatchesMapRegex($subject, $matches); 577 577 return $oSelf->output;
Note: See TracChangeset
for help on using the changeset viewer.