Plugin Updates
This commit is contained in:
@@ -63,8 +63,8 @@ class WP_MatchesMapRegex {
|
||||
* @return string
|
||||
*/
|
||||
public static function apply( $subject, $matches ) {
|
||||
$oSelf = new WP_MatchesMapRegex( $subject, $matches );
|
||||
return $oSelf->output;
|
||||
$result = new WP_MatchesMapRegex( $subject, $matches );
|
||||
return $result->output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user