Changeset 11368
- Timestamp:
- 12/14/2021 01:37:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/index.php
r11366 r11368 10 10 11 11 add_action( 'init', function() { 12 require __DIR__ . '/table-of-contents.php'; 12 if ( ! class_exists( 'WPorg_Handbook_TOC' ) ) { 13 require __DIR__ . '/table-of-contents.php'; 14 } 13 15 14 16 $post_types = array_keys( helphub_post_types()->post_types );
Note: See TracChangeset
for help on using the changeset viewer.