mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
Fix FA5 admin links
This commit is contained in:
parent
b5bd7ed39e
commit
3de875f51e
1 changed files with 2 additions and 2 deletions
|
@ -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' ) . ' <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank"><strong>' . esc_html__( 'View All', 'curver' ) . ' </strong></a>',
|
||||
'tooltip' => esc_html__( 'Font Awesome names:', 'curver' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'curver' ) . ' </strong></a>',
|
||||
'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' ) . ' <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank"><strong>' . esc_html__( 'View All', 'curver' ) . ' </strong></a>',
|
||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'curver' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'curver' ) . ' </strong></a>',
|
||||
'default' => 'fa-',
|
||||
),
|
||||
'social-link' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue