Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22921, comment 4


Ignore:
Timestamp:
12/15/2012 08:32:19 AM (12 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22921, comment 4

    initial v1  
    11> If you change the behaviour, you'll break lots of existing code
    22
    3 If you take a look at the patch, the only code that will break, looking at the patch, are those passing the fields parameter as one of the following, and expecting back a list of user_id's, a broken assumption and code to start with..
     3If you take a look at the patch, the only code that will break, are those passing the fields parameter as one of the following, and expecting back a list of user_id's, a broken assumption and code to start with..
    44`array( 'ID', 'user_login', 'user_pass', 'user_nicename', 'user_email', 'user_url', 'user_registered', 'user_activation_key', 'user_status', 'display_name' )`