Changeset 606
- Timestamp:
- 05/12/2014 11:05:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r549 r606 31 31 else 32 32 $pages_header = 'h3'; 33 34 if ( $pages = wp_list_pages( array( 'child_of' => get_the_ID(), 'echo' => false, 'title_li' => false, 'post_type' => $this->post_type ) ) )35 $toc .= "<$pages_header>Pages</$pages_header><ul class=\"items\">$pages</ul>";36 33 37 34 if ( $items ) {
Note: See TracChangeset
for help on using the changeset viewer.