Skip to content

Commit

Permalink
Tweak filter text
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Dec 8, 2018
1 parent 688a88a commit 219c854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ function classicpress_check_can_migrate() {
/**
* Filters whether to ignore the result of the WP version check.
*
* @param bool $ignore Ignore the WP version check. Defaults to false.
*
* @since 0.4.0
*
* @param bool $ignore Ignore the WP version check. Defaults to false.
*/
if ( apply_filters( 'classicpress_ignore_wp_version', false ) ) {
$preflight_checks['wp_version'] = true;
Expand Down

0 comments on commit 219c854

Please sign in to comment.