diff --git a/pmpro-variable-pricing.php b/pmpro-variable-pricing.php index 03c897a..94c22d5 100755 --- a/pmpro-variable-pricing.php +++ b/pmpro-variable-pricing.php @@ -81,7 +81,14 @@ function pmprovp_pmpro_membership_level_after_other_settings() {
> -

+

+ + ' . esc_html__( 'Variable Pricing', 'pmpro-variable-pricing' ) . ''; + // translators: %s: Link to Variable Pricing doc. + printf( esc_html__('Learn more about %s.', 'pmpro-variable-pricing' ), $variable_pricing_link ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + ?> +

@@ -112,13 +119,6 @@ function pmprovp_pmpro_membership_level_after_other_settings() {
-

- ' . esc_html__( 'Variable Pricing', 'pmpro-variable-pricing' ) . ''; - // translators: %s: Link to Variable Pricing doc. - printf( esc_html__('Learn more about %s.', 'pmpro-variable-pricing' ), $variable_pricing_link ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - ?> -