From 2b6ac38550ddd1f6f5ffdd64e2a799ccac1b9017 Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Wed, 23 Feb 2022 12:06:29 +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 374b3dc..548c332 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -725,7 +725,7 @@ Kirki::add_field( 'magaziner_theme', array( 'label' => esc_html__( 'Create Social Links', 'magaziner' ), 'description' => esc_html__( 'Create and organize your social links', 'magaziner' ), 'section' => 'social', - 'tooltip' => esc_html__( 'Font Awesome names:', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ', + 'tooltip' => esc_html__( 'Font Awesome names:', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ', 'row_label' => array( 'type' => 'text', 'value' => esc_html__('social link', 'magaziner' ), @@ -742,7 +742,7 @@ Kirki::add_field( 'magaziner_theme', array( 'social-icon' => array( 'type' => 'text', 'label' => esc_html__( 'Icon Name', 'magaziner' ), - 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ', + 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'magaziner' ) . ' ' . esc_html__( 'View All', 'magaziner' ) . ' ', 'default' => 'fa-', ), 'social-link' => array(