Skip to content

Commit

Permalink
Merge pull request #112 from diggy/fix-pll-post-duplicate-example
Browse files Browse the repository at this point in the history
Fix pll post duplicate example
  • Loading branch information
diggy committed Oct 26, 2017
2 parents 5670de3 + 7c75264 commit e990e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ Syncs metadata and taxonomy terms, based on Polylang settings. Run `wp pll optio
$ wp pll post duplicate 23 de
Success: Created post 68 (de) < post 23 (nl)

# Duplicate post 23 (Dutch) to all languages (Dutch and Spanish)
# Duplicate post 23 (Dutch) to all languages (German and Spanish)
$ wp pll post duplicate 23
Success: Updated post 68 (de) < post 23 (nl)
Success: Created post 69 (es) < post 23 (nl)
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function delete( $args, $assoc_args ) {
* $ wp pll post duplicate 23 de
* Success: Created post 68 (de) < post 23 (nl)
*
* # Duplicate post 23 (Dutch) to all languages (Dutch and Spanish)
* # Duplicate post 23 (Dutch) to all languages (German and Spanish)
* $ wp pll post duplicate 23
* Success: Updated post 68 (de) < post 23 (nl)
* Success: Created post 69 (es) < post 23 (nl)
Expand Down

0 comments on commit e990e0b

Please sign in to comment.