Add missing logic for setting additional user fields#301
Closed
johnbillion wants to merge 8021 commits intowp-cli:masterfrom
Closed
Add missing logic for setting additional user fields#301johnbillion wants to merge 8021 commits intowp-cli:masterfrom
johnbillion wants to merge 8021 commits intowp-cli:masterfrom
Conversation
Co-Authored-By: Mte90 <mte90net@gmail.com>
apply second review Co-Authored-By: Mte90 <mte90net@gmail.com>
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
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
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