File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -674,9 +674,10 @@ public function recount( $args ) {
674
674
*
675
675
* # Migrate a category's term (video) to tag taxonomy.
676
676
* $ wp term migrate 9190 --from=category --to=post_tag
677
- * Term '9190' migrated!
678
- * Old instance of term '9190' removed from its original taxonomy.
679
- * Success: Migrated the term '9190' from taxonomy 'category' to taxonomy 'post_tag' for 1 posts
677
+ * Term 'video' assigned to post 1155.
678
+ * Term 'video' migrated.
679
+ * Old instance of term 'video' removed from its original taxonomy.
680
+ * Success: Migrated the term 'video' from taxonomy 'category' to taxonomy 'post_tag' for 1 post.
680
681
*/
681
682
public function migrate ( $ args , $ assoc_args ) {
682
683
$ term_reference = $ args [0 ];
You can’t perform that action at this time.
0 commit comments