Use class instead of ID - http://mosquito.wordpress.org/view.php?id=1320
git-svn-id: http://svn.automattic.com/wordpress/trunk@2588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d63d15600a
commit
04f3e6d29d
|
@ -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