From 3de875f51eaecb8e86df9c17c81940b93a3bfea2 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Mon, 29 Jul 2019 14:40:30 +0200 Subject: [PATCH] Fix FA5 admin links --- 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 ba20e89..0bf3d93 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -571,7 +571,7 @@ Kirki::add_field( 'curver_theme', array( 'label' => esc_html__( 'Create Social Links', 'curver' ), 'description' => esc_html__( 'Create and organize your social links', 'curver' ), 'section' => 'social', - 'tooltip' => esc_html__( 'Font Awesome names:', 'curver' ) . ' ' . esc_html__( 'View All', 'curver' ) . ' ', + 'tooltip' => esc_html__( 'Font Awesome names:', 'curver' ) . ' ' . esc_html__( 'View All', 'curver' ) . ' ', 'row_label' => array( 'type' => 'text', 'value' => esc_html__('social link', 'curver' ), @@ -588,7 +588,7 @@ Kirki::add_field( 'curver_theme', array( 'social-icon' => array( 'type' => 'text', 'label' => esc_html__( 'Icon Name', 'curver' ), - 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'curver' ) . ' ' . esc_html__( 'View All', 'curver' ) . ' ', + 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'curver' ) . ' ' . esc_html__( 'View All', 'curver' ) . ' ', 'default' => 'fa-', ), 'social-link' => array(