Changeset 11390 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
- Timestamp:
- 12/20/2021 07:21:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r11366 r11390 132 132 } 133 133 134 $contents_header = 'h' . $items[0]['level']; // Duplicate the first <h#> tag in the document for the TOC header134 $contents_header = 'h' . reset( $items )['level']; // Duplicate the first <h#> tag in the document for the TOC header 135 135 $toc .= $this->styles; 136 136 $toc .= '<div class="table-of-contents">';
Note: See TracChangeset
for help on using the changeset viewer.