Make WordPress Core


Ignore:
Timestamp:
04/29/2011 08:05:12 PM (14 years ago)
Author:
ryan
Message:

Constructor cleanup. Props ocean90. fixes #16768

File:
1 edited

Legend:

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

    r17518 r17771  
    19771977
    19781978    /**
    1979      * PHP4 Constructor - Calls init(), which runs setup.
     1979     * Constructor - Calls init(), which runs setup.
    19801980     *
    19811981     * @since 1.5.0
     
    19841984     * @return WP_Rewrite
    19851985     */
    1986     function WP_Rewrite() {
     1986    function __construct() {
    19871987        $this->init();
    19881988    }
Note: See TracChangeset for help on using the changeset viewer.