mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
0f927649f8
commit
19e69cce8a
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user