Skip to content

Commit e990e0b

Browse files
authored
Merge pull request #112 from diggy/fix-pll-post-duplicate-example
Fix pll post duplicate example
2 parents 5670de3 + 7c75264 commit e990e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ Syncs metadata and taxonomy terms, based on Polylang settings. Run `wp pll optio
10331033
$ wp pll post duplicate 23 de
10341034
Success: Created post 68 (de) < post 23 (nl)
10351035

1036-
# Duplicate post 23 (Dutch) to all languages (Dutch and Spanish)
1036+
# Duplicate post 23 (Dutch) to all languages (German and Spanish)
10371037
$ wp pll post duplicate 23
10381038
Success: Updated post 68 (de) < post 23 (nl)
10391039
Success: Created post 69 (es) < post 23 (nl)

src/Commands/Post.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function delete( $args, $assoc_args ) {
261261
* $ wp pll post duplicate 23 de
262262
* Success: Created post 68 (de) < post 23 (nl)
263263
*
264-
* # Duplicate post 23 (Dutch) to all languages (Dutch and Spanish)
264+
* # Duplicate post 23 (Dutch) to all languages (German and Spanish)
265265
* $ wp pll post duplicate 23
266266
* Success: Updated post 68 (de) < post 23 (nl)
267267
* Success: Created post 69 (es) < post 23 (nl)

0 commit comments

Comments
 (0)