Skip to content

Commit

Permalink
Direct blocking issues to ClassicPress Forum (#82)
Browse files Browse the repository at this point in the history
* Fixes #81, direct blocking issues to CP forum rather than hosting providers
  • Loading branch information
mattyrob authored Aug 8, 2021
1 parent 11755b8 commit 33e429e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions lib/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,15 @@ function classicpress_show_migration_blocked_info() {
</h2>

<p class="cp-migration-info">
<?php _e(
"If you're not sure how to fix the issues above, contact your hosting provider for help.",
'switch-to-classicpress'
); ?>
<?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>.',
'switch-to-classicpress'
),
'https://forums.classicpress.net/c/support/migration-plugin'
);
?>
</p>
<?php
}
Expand Down

0 comments on commit 33e429e

Please sign in to comment.