mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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 ( $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
|
||||
$page_tree = Array();
|
||||
foreach($pages as $page) {
|
||||
|
Loading…
Reference in New Issue
Block a user