From a03d4db538ea145731d7fe7d407990b6f601b945 Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Tue, 16 Jan 2024 21:11:14 +0545 Subject: [PATCH] Fix PHPCS error --- inc/class-hfe-settings-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-hfe-settings-page.php b/inc/class-hfe-settings-page.php index 36bdbbe3..c3dff3d1 100644 --- a/inc/class-hfe-settings-page.php +++ b/inc/class-hfe-settings-page.php @@ -523,7 +523,7 @@ protected function get_white_label() { 'theme_name' => $theme_name, 'description' => ! empty( $white_labels['astra']['description'] ) ? $white_labels['astra']['description'] : esc_html( sprintf( __( 'Powering over 1+ Million websites, %s is loved for the fast performance and ease of use it offers. It is suitable for all kinds of websites like blogs, portfolios, business, and WooCommerce stores.', 'header-footer-elementor' ), esc_html( $theme_name ) ) ), 'theme_icon' => ! empty( $white_labels['astra']['icon'] ) ? $white_labels['astra']['icon'] : '', - 'author_url' => ! empty( $white_labels['astra']['author_url'] ) ? $white_labels['astra']['author_url'] : 'https://wpastra.com/' + 'author_url' => ! empty( $white_labels['astra']['author_url'] ) ? $white_labels['astra']['author_url'] : 'https://wpastra.com/', ); }