Make WordPress Core


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

Constructor cleanup. Props ocean90. fixes #16768

File:
1 edited

Legend:

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

    r17748 r17771  
    362362        var $query_limit;
    363363
    364         /**
    365          * PHP4 constructor
    366          */
    367         function WP_User_Query( $query = null ) {
    368                 $this->__construct( $query );
    369         }
    370364
    371365        /**
Note: See TracChangeset for help on using the changeset viewer.