* We do not need as many classes in this theme. And it's ugly >_< * * @package Bromine * @since Bromine 1.0.0 * @todo Find a better way to manage the depth */ class Bromine_Nav_Walker extends Walker_Nav_Menu { // Find and replace the .current-xxx classe function find_current( $classes ) { return preg_match( '/(current[-_])|active|submenu/', $classes ); } // Create the