Changeset 57538
- Timestamp:
- 02/06/2024 01:23:54 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-matchesmapregex.php
r54133 r57538 64 64 */ 65 65 public static function apply( $subject, $matches ) { 66 $ oSelf= new WP_MatchesMapRegex( $subject, $matches );67 return $ oSelf->output;66 $result = new WP_MatchesMapRegex( $subject, $matches ); 67 return $result->output; 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.