Make WordPress Core


Ignore:
Timestamp:
04/05/2011 05:25:08 PM (15 years ago)
Author:
ryan
Message:

Remove PHP4 constructors. Props hakre. see #16768

File:
1 edited

Legend:

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

    r16469 r17604  
    458458
    459459    /**
    460      * PHP4 constructor; Calls PHP 5 style constructor
    461      *
    462      * @since 2.0.0
    463      *
    464      * @return WP_Object_Cache
    465      */
    466     function WP_Object_Cache() {
    467         return $this->__construct();
    468     }
    469 
    470     /**
    471460     * Sets up object properties; PHP 5 style constructor
    472461     *
Note: See TracChangeset for help on using the changeset viewer.