We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11755b8 commit 33e429eCopy full SHA for 33e429e
lib/admin-page.php
@@ -759,10 +759,15 @@ function classicpress_show_migration_blocked_info() {
759
</h2>
760
761
<p class="cp-migration-info">
762
- <?php _e(
763
- "If you're not sure how to fix the issues above, contact your hosting provider for help.",
764
- 'switch-to-classicpress'
765
- ); ?>
+ <?php printf(
+ __(
+ /* translators: link to ClassicPress migration builds */
+ 'If you\'re not sure how to fix the issues above, you can ask for help in our <a href="%s">Support Forum</a>.',
766
+ 'switch-to-classicpress'
767
+ ),
768
+ 'https://forums.classicpress.net/c/support/migration-plugin'
769
+ );
770
+ ?>
771
</p>
772
<?php
773
}
0 commit comments