Skip to content

Commit

Permalink
Remove title for #pll_switcher.
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
ocean90 committed Oct 18, 2018
1 parent 9632015 commit 547508e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/Custom_Menu_Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ public function customize_menu_item_label( $menu_item ) {
case '#custom_headline':
$menu_item->type_label = __( 'Headline', 'menu-item-types' );
break;
case '#pll_switcher':
$menu_item->type_label = __( 'Language Switcher', 'menu-item-types' );
break;
}
$menu_item->rcmit_type = ! isset( $menu_item->rcmit_type ) ? get_post_meta( $menu_item->ID, '_menu_item_rcmit_type', true ) : $menu_item->rcmit_type;
$menu_item->rcmit_button_text = ! isset( $menu_item->rcmit_button_text ) ? get_post_meta( $menu_item->ID, '_menu_item_rcmit_button_text', true ) : $menu_item->rcmit_button_text;
Expand Down

0 comments on commit 547508e

Please sign in to comment.