Skip to content

Commit 0bfb25c

Browse files
committed
Preparation Elsa
1 parent fcc11f1 commit 0bfb25c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Release pending.
201201
* Added: Block Editor Support Custom Post Type Pinseldisko
202202
* Added: Block Editor Support Custom Post Type Raketenstaub
203203
* Changed: Maintenance Mode Internal Processing
204+
* Removed: Adding Current Menu Item
204205

205206
### 0.7
206207

unmus_menu.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function unmus_menu_current_item_class( $classes, $item ) {
4444
return $classes;
4545

4646
}
47-
add_filter( 'nav_menu_css_class', 'unmus_menu_current_item_class', 10, 2 );
47+
// This is not working anymore with Block Themes :-(
48+
// add_filter( 'nav_menu_css_class', 'unmus_menu_current_item_class', 10, 2 );
4849

4950
?>

0 commit comments

Comments
 (0)