diff --git a/core/html_api.php b/core/html_api.php index 0bb590a2fb..fb244bdf1b 100644 --- a/core/html_api.php +++ b/core/html_api.php @@ -640,7 +640,7 @@ function print_manage_menu( $p_page = '' ) { echo '' . "\n"; } - # Plugins menu items - these are cooked links + # Plugins menu items - these are html hyperlinks ( tags) foreach( $t_menu_options as $t_menu_item ) { $t_active = $p_page && strpos( $t_menu_item, $p_page ) !== false ? ' class="active"'