- Timestamp:
- 12/04/2018 07:11:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
r7916 r7934 16 16 require_once dirname( __FILE__ ) . '/inc/watchlist.php'; 17 17 18 WPorg_Handbook_Glossary::init();19 20 18 /** 21 19 * Initialize our handbooks … … 37 35 new WPorg_Handbook( $type ); 38 36 } 37 38 WPorg_Handbook_Glossary::init(); 39 39 40 40 add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueue_styles' ) );
Note: See TracChangeset
for help on using the changeset viewer.