Making WordPress.org

Changeset 12052


Ignore:
Timestamp:
09/05/2022 08:16:38 PM (4 years ago)
Author:
iandunn
Message:

Remove old debugging statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php

    r12049 r12052  
    161161        // Replace each level of the headings.
    162162        $content .= $this->styles . "\n";
    163         //var_dump( $this->styles ); // they look fine on sandbox, not missing like they are on local
    164         // so why don't they work?
    165         //wp_die();
    166         //die( 'main handbook .org' );
    167163        $content = $this->add_ids_and_jumpto_links( $items, $content );
    168164
Note: See TracChangeset for help on using the changeset viewer.