Make WordPress Core

Changeset 17631


Ignore:
Timestamp:
04/11/2011 06:57:34 PM (14 years ago)
Author:
ryan
Message:

Remove PHP4 constructor. Props Jayjdk. see #16768

File:
1 edited

Legend:

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

    r17542 r17631  
    10261026
    10271027    /**
    1028      * PHP4 constructor
    1029      */
    1030     function WP_Embed() {
    1031         return $this->__construct();
    1032     }
    1033 
    1034     /**
    1035      * PHP5 constructor
     1028     * Constructor
    10361029     */
    10371030    function __construct() {
Note: See TracChangeset for help on using the changeset viewer.