diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 237d07a520..3f8beab86b 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -1204,7 +1204,16 @@ function wp_list_pages( $args = '' ) { * @return string|void HTML menu */ function wp_page_menu( $args = array() ) { - $defaults = array('sort_column' => 'menu_order, post_title', 'menu_class' => 'menu', 'echo' => true, 'link_before' => '', 'link_after' => ''); + $defaults = array( + 'sort_column' => 'menu_order, post_title', + 'menu_class' => 'menu', + 'echo' => true, + 'link_before' => '', + 'link_after' => '', + 'before' => '