Changeset 2588 for trunk/wp-includes/template-functions-post.php
- Timestamp:
- 05/09/2005 10:58:14 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r2583 r2588 322 322 323 323 if ( $r['title_li'] ) 324 $output .= '<li id="pagenav">' . $r['title_li'] . '<ul>';324 $output .= '<li class="pagenav">' . $r['title_li'] . '<ul>'; 325 325 // Now loop over all pages that were selected 326 326 $page_tree = Array();
Note: See TracChangeset
for help on using the changeset viewer.