File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2114,9 +2114,9 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
21142114 $ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}
21152115 Success: Created post 1923.
21162116
2117- # Create a duplicate post from existing posts.
2118- $ wp post create --from-post=123 --post_title='Different Title'
2119- Success: Created post 2350.
2117+ # Create a duplicate post from existing posts.
2118+ $ wp post create --from-post=123 --post_title='Different Title'
2119+ Success: Created post 2350.
21202120
21212121
21222122
@@ -3357,7 +3357,7 @@ wp site mature <id>...
33573357
33583358### wp site option
33593359
3360- Adds, updates, deletes, and lists site options in a multisite install .
3360+ Adds, updates, deletes, and lists site options in a multisite installation .
33613361
33623362~~~
33633363wp site option
You can’t perform that action at this time.
0 commit comments