-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename to give-cloudflare-turnstile
- Loading branch information
Jon Waldstein
committed
Oct 23, 2024
1 parent
428b275
commit 3f33148
Showing
15 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php defined( 'ABSPATH' ) or exit; ?> | ||
|
||
<strong><?php esc_attr_e( 'Activation Error:', 'givewp-cloudflare-turnstile' ); ?></strong> | ||
<?php esc_attr_e( 'You must have', 'givewp-cloudflare-turnstile' ); ?> <a href="https://givewp.com" target="_blank">Give</a> | ||
<?php printf(/* translators: %s: GiveWP Add-on name. */ esc_html__( 'plugin installed and activated for the %s add-on to activate', 'givewp-cloudflare-turnstile' ), esc_attr(GIVE_CLOUDFLARE_TURNSTILE_NAME) ); ?> | ||
<strong><?php esc_attr_e( 'Activation Error:', 'give-cloudflare-turnstile' ); ?></strong> | ||
<?php esc_attr_e( 'You must have', 'give-cloudflare-turnstile' ); ?> <a href="https://givewp.com" target="_blank">Give</a> | ||
<?php printf(/* translators: %s: GiveWP Add-on name. */ esc_html__( 'plugin installed and activated for the %s add-on to activate', 'give-cloudflare-turnstile' ), esc_attr(GIVE_CLOUDFLARE_TURNSTILE_NAME) ); ?> |
8 changes: 4 additions & 4 deletions
8
src/Addon/resources/views/admin/notices/give-version-error.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php defined( 'ABSPATH' ) or exit; ?> | ||
|
||
<strong><?php esc_attr_e( 'Activation Error:', 'givewp-cloudflare-turnstile' ); ?></strong> | ||
<?php esc_attr_e( 'You must have', 'givewp-cloudflare-turnstile' ); ?> <a href="https://givewp.com" target="_blank">Give</a> | ||
<?php esc_attr_e( 'version', 'givewp-cloudflare-turnstile' ); ?> <?php echo esc_attr(GIVE_CLOUDFLARE_TURNSTILE_MIN_GIVE_VERSION); ?> | ||
<?php printf(/* translators: %1$s: GiveWP Add-on name. */ esc_html__( 'for the %1$s add-on to activate', 'givewp-cloudflare-turnstile' ), esc_attr(GIVE_CLOUDFLARE_TURNSTILE_NAME) ); ?> | ||
<strong><?php esc_attr_e( 'Activation Error:', 'give-cloudflare-turnstile' ); ?></strong> | ||
<?php esc_attr_e( 'You must have', 'give-cloudflare-turnstile' ); ?> <a href="https://givewp.com" target="_blank">Give</a> | ||
<?php esc_attr_e( 'version', 'give-cloudflare-turnstile' ); ?> <?php echo esc_attr(GIVE_CLOUDFLARE_TURNSTILE_MIN_GIVE_VERSION); ?> | ||
<?php printf(/* translators: %1$s: GiveWP Add-on name. */ esc_html__( 'for the %1$s add-on to activate', 'give-cloudflare-turnstile' ), esc_attr(GIVE_CLOUDFLARE_TURNSTILE_NAME) ); ?> | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters