git-svn-id: https://develop.svn.wordpress.org/trunk@2283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-12 07:31:56 +00:00
parent 1a23b31e2f
commit f116d6b4f0

View File

@ -307,7 +307,7 @@ function wp_list_pages($args = '') {
if ( $pages ) :
if ( $r['title_li'] )
echo '<li>' . $r['title_li'] . '<ul>';
echo '<li id="pagenav">' . $r['title_li'] . '<ul>';
// Now loop over all pages that were selected
$page_tree = Array();
foreach($pages as $page) {