plugin updates
This commit is contained in:
@@ -192,7 +192,9 @@ function block_core_page_list_render_nested_page_list( $open_submenus_on_click,
|
||||
$css_class .= ' menu-item-home';
|
||||
}
|
||||
|
||||
$title = wp_kses_post( $page['title'] );
|
||||
$title = wp_kses_post( $page['title'] );
|
||||
$title = $title ? $title : __( '(no title)' );
|
||||
|
||||
$aria_label = sprintf(
|
||||
/* translators: Accessibility text. %s: Parent page title. */
|
||||
__( '%s submenu' ),
|
||||
|
||||
Reference in New Issue
Block a user