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/class-wp.php

    r16526 r17771  
    505505    }
    506506
    507     /**
    508      * PHP4 Constructor - Does nothing.
    509      *
    510      * Call main() method when ready to run setup.
    511      *
    512      * @since 2.0.0
    513      *
    514      * @return WP
    515      */
    516     function WP() {
    517         // Empty.
    518     }
    519507}
    520508
Note: See TracChangeset for help on using the changeset viewer.