Use class instead of ID - http://mosquito.wordpress.org/view.php?id=1320
git-svn-id: https://develop.svn.wordpress.org/trunk@2588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a7ec26175
commit
58917f8be1
|
@ -321,7 +321,7 @@ function wp_list_pages($args = '') {
|
||||||
if ( $pages ) :
|
if ( $pages ) :
|
||||||
|
|
||||||
if ( $r['title_li'] )
|
if ( $r['title_li'] )
|
||||||
$output .= '<li id="pagenav">' . $r['title_li'] . '<ul>';
|
$output .= '<li class="pagenav">' . $r['title_li'] . '<ul>';
|
||||||
// Now loop over all pages that were selected
|
// Now loop over all pages that were selected
|
||||||
$page_tree = Array();
|
$page_tree = Array();
|
||||||
foreach($pages as $page) {
|
foreach($pages as $page) {
|
||||||
|
|
Loading…
Reference in New Issue