Make WordPress Core

Changeset 13054 for trunk/wp-app.php


Ignore:
Timestamp:
02/11/2010 04:58:32 PM (15 years ago)
Author:
ryan
Message:

Fix typos. Fix assignment. Remove passing of non-existent arg. Props ScottMac. fixes #12193

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r12752 r13054  
    15811581
    15821582        if ($match[3] == 'Z')
    1583             $match[3] == '+0000';
     1583            $match[3] = '+0000';
    15841584
    15851585        return strtotime($match[1] . " " . $match[2] . " " . $match[3]);
Note: See TracChangeset for help on using the changeset viewer.