From 219c8548ccb460689eae251d8647f084983656fb Mon Sep 17 00:00:00 2001 From: James Nylen Date: Sat, 8 Dec 2018 12:13:57 -0500 Subject: [PATCH] Tweak filter text --- lib/admin-page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/admin-page.php b/lib/admin-page.php index 4b417ed..f01eb4e 100644 --- a/lib/admin-page.php +++ b/lib/admin-page.php @@ -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;