Append don't overwrite. See #8649 props rboren.

git-svn-id: http://svn.automattic.com/wordpress/trunk@10121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-12-07 22:13:00 +00:00
parent 0f927649f8
commit 19e69cce8a
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ function wp_page_menu( $args = array() ) {
} else {
$list_args['exclude'] = '';
}
$list_args['exclude'] = get_option('page_on_front');
$list_args['exclude'] .= get_option('page_on_front');
}
}