Changes between Initial Version and Version 1 of Ticket #22921, comment 4
- Timestamp:
- 12/15/2012 08:32:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22921, comment 4
initial v1 1 1 > If you change the behaviour, you'll break lots of existing code 2 2 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..3 If 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.. 4 4 `array( 'ID', 'user_login', 'user_pass', 'user_nicename', 'user_email', 'user_url', 'user_registered', 'user_activation_key', 'user_status', 'display_name' )`