From a10458adc58ea8ebfd0d11911dc1b0dc47ca3aea Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Tue, 16 Sep 2025 12:08:59 +0200 Subject: [PATCH] Update class-lp-plugins-helper.php --- inc/admin/helpers/class-lp-plugins-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/admin/helpers/class-lp-plugins-helper.php b/inc/admin/helpers/class-lp-plugins-helper.php index a1e32227b..52beb34af 100644 --- a/inc/admin/helpers/class-lp-plugins-helper.php +++ b/inc/admin/helpers/class-lp-plugins-helper.php @@ -268,7 +268,7 @@ public static function get_add_on_action_link( $plugin, $file ) { } else { // buy now button for premium add-ons if ( isset( $plugin['permarklink'] ) ) { - $action_links[] = '' . __( 'Buy Now', 'learnpress' ) . ''; + $action_links[] = '' . __( 'Buy Now', 'learnpress' ) . ''; } } }