Make WordPress Core


Ignore:
Timestamp:
10/31/2011 07:38:46 PM (13 years ago)
Author:
ryan
Message:

Avoid E_STRICT notices. see #18975

File:
1 edited

Legend:

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

    r19017 r19094  
    573573     * @return string
    574574     */
    575     function apply($subject, $matches) {
     575    public static function apply($subject, $matches) {
    576576        $oSelf = new WP_MatchesMapRegex($subject, $matches);
    577577        return $oSelf->output;
Note: See TracChangeset for help on using the changeset viewer.