Make WordPress Core


Ignore:
Timestamp:
04/18/2011 09:46:57 PM (13 years ago)
Author:
ryan
Message:

Remove PHP4 constructors. Props scribu. fixes #16768

File:
1 edited

Legend:

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

    r17545 r17655  
    7575     */
    7676    function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
    77         $this->__construct( $id_base, $name, $widget_options, $control_options );
     77        WP_Widget::__construct( $id_base, $name, $widget_options, $control_options );
    7878    }
    7979
Note: See TracChangeset for help on using the changeset viewer.