git-svn-id: http://svn.automattic.com/wordpress/trunk@2283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
31066f320a
commit
6a8d010ec6
@ -307,7 +307,7 @@ function wp_list_pages($args = '') {
|
|||||||
if ( $pages ) :
|
if ( $pages ) :
|
||||||
|
|
||||||
if ( $r['title_li'] )
|
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
|
// 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
Block a user