Skip to content
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

Fix escaped strings getting set in db #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tybruffy
Copy link
Contributor

Currently running something like this:

wp.option.update('blogdescription', "A new tagline", function(err, data) {
    console.log("Tagline/description set.");
});

can result in the string A\ new\ tagline being set in the database. Wrapping the values of the args in double quotes when creating the cli args fixes this.

iliazubkov pushed a commit to iliazubkov/node-wp-cli that referenced this pull request Jun 13, 2017
json format fixed, arg variable
@ghost
Copy link

ghost commented Nov 19, 2017

Is this planned to be merged? i am still having issues with strings resulting with "" between words...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant