Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35450


Ignore:
Timestamp:
01/13/2016 10:11:21 PM (9 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35450 – Description

    initial v1  
    1010* Move the saving of the `primary_blog` user meta key into `wp_insert_user()` so it can added to a user a object
    1111* 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()`