Changeset 12052
- Timestamp:
- 09/05/2022 08:16:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r12049 r12052 161 161 // Replace each level of the headings. 162 162 $content .= $this->styles . "\n"; 163 //var_dump( $this->styles ); // they look fine on sandbox, not missing like they are on local164 // so why don't they work?165 //wp_die();166 //die( 'main handbook .org' );167 163 $content = $this->add_ids_and_jumpto_links( $items, $content ); 168 164
Note: See TracChangeset
for help on using the changeset viewer.