Changes between Initial Version and Version 1 of Ticket #35450
- Timestamp:
- 01/13/2016 10:11:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35450 – Description
initial v1 10 10 * Move the saving of the `primary_blog` user meta key into `wp_insert_user()` so it can added to a user a object 11 11 * Introduce a new function, similar to `choose_primary_blog()`, for displaying this field in the user profile 12 * Switch to using the `user_meta()` functions, away from `user_option()`