From 6d34b0693af6ed3bf6f53d3aef9fdefc1a3ce3d6 Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Wed, 23 Feb 2022 12:06:03 +0100 Subject: [PATCH] Update FontAwesome customizer link to v5 brands --- functions/theme-options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/theme-options.php b/functions/theme-options.php index 45a88da..0e01892 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -522,7 +522,7 @@ Kirki::add_field( 'halftype_theme', array( 'label' => esc_html__( 'Create Social Links', 'halftype' ), 'description' => esc_html__( 'Create and organize your social links', 'halftype' ), 'section' => 'social', - 'tooltip' => esc_html__( 'Font Awesome names:', 'halftype' ) . ' ' . esc_html__( 'View All', 'halftype' ) . ' ', + 'tooltip' => esc_html__( 'Font Awesome names:', 'halftype' ) . ' ' . esc_html__( 'View All', 'halftype' ) . ' ', 'row_label' => array( 'type' => 'text', 'value' => esc_html__('social link', 'halftype' ), @@ -539,7 +539,7 @@ Kirki::add_field( 'halftype_theme', array( 'social-icon' => array( 'type' => 'text', 'label' => esc_html__( 'Icon Name', 'halftype' ), - 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'halftype' ) . ' ' . esc_html__( 'View All', 'halftype' ) . ' ', + 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'halftype' ) . ' ' . esc_html__( 'View All', 'halftype' ) . ' ', 'default' => 'fa-', ), 'social-link' => array(