mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Constructor cleanup. Props ocean90. fixes #16768
git-svn-id: https://develop.svn.wordpress.org/trunk@17771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -361,12 +361,6 @@ class WP_User_Query {
|
||||
var $query_orderby;
|
||||
var $query_limit;
|
||||
|
||||
/**
|
||||
* PHP4 constructor
|
||||
*/
|
||||
function WP_User_Query( $query = null ) {
|
||||
$this->__construct( $query );
|
||||
}
|
||||
|
||||
/**
|
||||
* PHP5 constructor
|
||||
|
||||
Reference in New Issue
Block a user