Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15816 closed defect (bug) (fixed)

Allow user_* fields in WP_User_Query orderby arg

Reported by: duck_'s profile duck_ Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: General Keywords: has-patch
Focuses: Cc:

Description

Currently you can use 'email', 'url', 'registered' (and a couple of others) as the orderby arg in WP_User_Query, but not the actual DB field names 'user_email', 'user_url', 'user_registered'.

Related: #15791

Attachments (2)

15816.diff (943 bytes) - added by duck_ 14 years ago.
15816.ID-nicename.diff (1.1 KB) - added by duck_ 14 years ago.

Download all attachments as: .zip

Change History (5)

@duck_
14 years ago

#1 @duck_
14 years ago

  • Keywords has-patch added

Not sure if (user_)nicename also should be added to WP_User_Query as well (has an INDEX IIRC).

#2 @nacin
14 years ago

(In [16953]) Allow actual DB fields in WP_User_Query orderby. props duck, see #15816.

#3 @nacin
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [16956]) Add user_nicename, nicename, ID to WP_User_Query orderby. props duck_, fixes #15816.

Note: See TracTickets for help on using tickets.