Skip to content

Commit

Permalink
Fix PHPCS error
Browse files Browse the repository at this point in the history
  • Loading branch information
garvits-bsf committed Jan 16, 2024
1 parent 64fccf9 commit a03d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-hfe-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
);
}

Expand Down

0 comments on commit a03d4db

Please sign in to comment.