Changeset 549 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
- Timestamp:
- 04/23/2014 10:43:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r18 r549 38 38 $toc .= $this->styles; 39 39 $toc .= '<div class="table-of-contents">'; 40 $toc .= "<$contents_header> Contents</$contents_header><ul class=\"items\">";40 $toc .= "<$contents_header>Topics</$contents_header><ul class=\"items\">"; 41 41 $last_item = false; 42 42 foreach ( $items as $item ) {
Note: See TracChangeset
for help on using the changeset viewer.