Any help would be appreciated.
It did finally update, but the menu didn't change on log-out or in. All that code did is break my css. Currently I have `<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>'
Which would be perfect for logged in users. Again, I really appreciate any help that can be provided.