Skip to content

Commit 33e429e

Browse files
authored
Direct blocking issues to ClassicPress Forum (#82)
* Fixes #81, direct blocking issues to CP forum rather than hosting providers
1 parent 11755b8 commit 33e429e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

lib/admin-page.php

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -759,10 +759,15 @@ function classicpress_show_migration_blocked_info() {
759759
</h2>
760760

761761
<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-
); ?>
762+
<?php printf(
763+
__(
764+
/* translators: link to ClassicPress migration builds */
765+
'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+
?>
766771
</p>
767772
<?php
768773
}

0 commit comments

Comments
 (0)