Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 989a679

Browse files
committed
correct WP version in admin notice
1 parent ec4a9e5 commit 989a679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function switchToPreviousThemeIfIncompatibleVersionOfWpOrPhp() {
5858

5959
if ( ! $this->isCompatibleVersionOfWp() ) {
6060
add_action( 'admin_notices', function () {
61-
$this->showAdminNotice( esc_html__( 'Šablona ČRDM - základní vyžaduje verzi WordPress 4.9.6 nebo vyšší!', 'crdm-basic' ), 'warning' );
61+
$this->showAdminNotice( esc_html__( 'Šablona ČRDM - základní vyžaduje verzi WordPress 4.9.7 nebo vyšší!', 'crdm-basic' ), 'warning' );
6262
} );
6363
}
6464

0 commit comments

Comments
 (0)