Skip to content

Commit

Permalink
Merge pull request #189 from humanmade/backport-187-to-v10-branch
Browse files Browse the repository at this point in the history
[Backport v10-branch] Support --quiet flag for migrate command suggestion
  • Loading branch information
roborourke authored Jan 31, 2022
2 parents e050ea0 + 598417c commit 942395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function hide_yoast_premium_social_previews() {
* @return void
*/
function suggest_migrations() : void {
WP_CLI::line( WP_CLI::colorize( '%yTo migrate SEO data for Altis v7 or earlier to Yoast SEO run `wp altis migrate-seo`%n' ) );
WP_CLI::log( WP_CLI::colorize( '%yTo migrate SEO data for Altis v7 or earlier to Yoast SEO run `wp altis migrate-seo`%n' ) );
}

/**
Expand Down

0 comments on commit 942395f

Please sign in to comment.