Make WordPress Core


Ignore:
Timestamp:
10/18/2011 08:20:59 PM (13 years ago)
Author:
nacin
Message:

new does not require by reference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp.php

    r18633 r18995  
    574574     */
    575575    function apply($subject, $matches) {
    576         $oSelf =& new WP_MatchesMapRegex($subject, $matches);
     576        $oSelf = new WP_MatchesMapRegex($subject, $matches);
    577577        return $oSelf->output;
    578578    }
Note: See TracChangeset for help on using the changeset viewer.