Changeset 6322
- Timestamp:
- 01/09/2018 11:32:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r3726 r6322 78 78 $content = $this->add_ids_and_jumpto_links( "h$i", $content ); 79 79 80 if ( ! apply_filters( 'handbook_display_toc', true ) ) { 81 return $content; 82 } 83 80 84 if ( $items ) { 81 85 $contents_header = 'h' . $items[0][2]; // Duplicate the first <h#> tag in the document.
Note: See TracChangeset
for help on using the changeset viewer.