mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
git-svn-id: https://develop.svn.wordpress.org/trunk@2283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1a23b31e2f
commit
f116d6b4f0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user