Fix translation strings #17

Merged
user890104 merged 3 commits from master into master 2015-09-30 21:13:58 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7b3ca9cc69 - Show all commits

View File

@ -2,7 +2,7 @@
get_header(); get_header();
/* Some special pages (the ones describing the event, team, etc. need a special submenu */ /* Some special pages (the ones describing the event, team, etc. need a special submenu */
if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers)/', $pagename) ) { if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers|code-of-conduct)/', $pagename) ) {
wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) ); wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) );
} }