-
Notifications
You must be signed in to change notification settings - Fork 93
Add missing logic for setting additional user fields #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: Mte90 <[email protected]>
apply second review Co-Authored-By: Mte90 <[email protected]>
Migrate term from a taxonomy to another one
Reset option value to default for privacy policy on site empty
Regenerate README based on latest changes
…to-post-type-and-taxonomy Add count to post-type and taxonomy commands
Fix logic error in presence of 'site meta' check
Harmonize representation of serialized and JSON-encoded meta values
Move PHP 5.4 tests from `WP_VERSION` `latest` to `5.1`
Enhancement: Add PHP 7.3 to Travis CI build matrix
Recalculate menu order on insertion or deletion
--user_nicename field when creating a user7febe18 to
fcb2f60
Compare
Add strict/no-strict mode for taxonomy list
c583f7d to
564bc27
Compare
Member
|
Proceeding with wp-cli/wp-cli#5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/03223db692282c088f16c5f33eab3df3 in case this PR is auto-closed or broken in some way. |
1bd9e2e to
39d420e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
--user_nicenameflag is failing to work as expected on my local environment, so I've added a test for it as part of the debugging process.Edit by @schlessera : Using the provided test as a base, this PR adds the missing logic to make the
nickname,user_nicenameanduser_urladditional fields work.Depends on wp-cli/wp-cli#5600
Fixes #274