Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update skaut-font.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kalich5 authored May 19, 2018
1 parent 8183d29 commit 684914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/skaut-font.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function activation() {

if ( ! $this->isCompatibleVersionOfPhp() ) {
deactivate_plugins( SKAUTFONT_PLUGIN_BASENAME );
wp_die( __( 'Plugin skaut-font vyžaduje verzi PHP 7.0 nebo vyšší!', 'skautis-integration' ) );
wp_die( __( 'Plugin skaut-font vyžaduje verzi PHP 7.0 nebo vyšší!', 'skaut-font' ) );
}

if ( ! get_option( SKAUTFONT_NAME . '_style_body' ) ) {
Expand Down

0 comments on commit 684914e

Please sign in to comment.