updated plugin Menu Icons version 0.13.23
This commit is contained in:
@ -473,6 +473,7 @@ final class Menu_Icons_Settings {
|
||||
'id' => $menu_key,
|
||||
'title' => __( 'Current Menu', 'menu-icons' ),
|
||||
'description' => sprintf(
|
||||
// translators: %s - the name of the menu.
|
||||
__( '"%s" menu settings', 'menu-icons' ),
|
||||
apply_filters( 'single_term_title', $menu_term->name )
|
||||
),
|
||||
@ -534,18 +535,10 @@ final class Menu_Icons_Settings {
|
||||
'label' => __( 'Vertical Align', 'menu-icons' ),
|
||||
'default' => 'middle',
|
||||
'choices' => array(
|
||||
array(
|
||||
'value' => 'super',
|
||||
'label' => __( 'Super', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'top',
|
||||
'label' => __( 'Top', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'text-top',
|
||||
'label' => __( 'Text Top', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'middle',
|
||||
'label' => __( 'Middle', 'menu-icons' ),
|
||||
@ -554,18 +547,10 @@ final class Menu_Icons_Settings {
|
||||
'value' => 'baseline',
|
||||
'label' => __( 'Baseline', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'text-bottom',
|
||||
'label' => __( 'Text Bottom', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'bottom',
|
||||
'label' => __( 'Bottom', 'menu-icons' ),
|
||||
),
|
||||
array(
|
||||
'value' => 'sub',
|
||||
'label' => __( 'Sub', 'menu-icons' ),
|
||||
),
|
||||
),
|
||||
),
|
||||
'font_size' => array(
|
||||
@ -770,6 +755,7 @@ final class Menu_Icons_Settings {
|
||||
'all' => __( 'All', 'menu-icons' ),
|
||||
'preview' => __( 'Preview', 'menu-icons' ),
|
||||
'settingsInfo' => sprintf(
|
||||
// translators: %2$s - a link to the Customizer with the label `the customizer`.
|
||||
'<div> %1$s <p>' . esc_html__( 'Please note that the actual look of the icons on the front-end will also be affected by the style of your active theme. You can add your own CSS using %2$s.', 'menu-icons' ) . '</p></div>',
|
||||
$box_data,
|
||||
sprintf(
|
||||
|
||||
Reference in New Issue
Block a user