Fix widget name in function comment

This commit is contained in:
IanDelMar 2022-10-11 22:47:28 +02:00
parent 20ff5eff2c
commit 98e117126c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ add_filter( 'wp_dropdown_cats', 'understrap_add_block_widget_categories_class',
if ( ! function_exists( 'understrap_add_block_widget_archives_classes' ) ) {
/**
* Adds Bootstrap class to select tag in the Categories widget.
* Adds Bootstrap class to select tag in the Archives widget.
*
* @param string $block_content The block content.
* @param array $block The full block, including name and attributes.