mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 14:27:40 +08:00
Update to Font Awesome 6.4.2
This commit is contained in:
parent
b5d6f2400a
commit
b88e1d8995
22 changed files with 7663 additions and 13851 deletions
|
@ -579,7 +579,7 @@ Kirki::add_field( 'splits_theme', array(
|
|||
'label' => esc_html__( 'Create Social Links', 'splits' ),
|
||||
'description' => esc_html__( 'Create and organize your social links', 'splits' ),
|
||||
'section' => 'social',
|
||||
'tooltip' => esc_html__( 'Font Awesome names:', 'splits' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'splits' ) . ' </strong></a>',
|
||||
'tooltip' => esc_html__( 'Font Awesome names:', 'splits' ) . ' <a href="https://fontawesome.com/search?o=r&m=free&f=brands" target="_blank"><strong>' . esc_html__( 'View All', 'splits' ) . ' </strong></a>',
|
||||
'row_label' => array(
|
||||
'type' => 'text',
|
||||
'value' => esc_html__('social link', 'splits' ),
|
||||
|
@ -596,7 +596,7 @@ Kirki::add_field( 'splits_theme', array(
|
|||
'social-icon' => array(
|
||||
'type' => 'text',
|
||||
'label' => esc_html__( 'Icon Name', 'splits' ),
|
||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'splits' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'splits' ) . ' </strong></a>',
|
||||
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'splits' ) . ' <a href="https://fontawesome.com/search?o=r&m=free&f=brands" target="_blank"><strong>' . esc_html__( 'View All', 'splits' ) . ' </strong></a>',
|
||||
'default' => 'fa-',
|
||||
),
|
||||
'social-link' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue