Changes in sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php [10775:9990]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
r10775 r9990 3 3 * Plugin Name: Handbook 4 4 * Description: Features for a handbook, complete with glossary and table of contents 5 * Version: 2.06 5 * Author: WordPress.org 7 6 * Author URI: https://wordpress.org/ … … 26 25 require_once __DIR__ . '/inc/blocks.php'; 27 26 28 add_action( 'plugins_loaded', function () {29 if ( class_exists( 'WordPressdotorg\\Markdown\\Importer' ) ) {30 require_once __DIR__ . '/inc/importer.php';31 }32 }, 1 );
Note: See TracChangeset
for help on using the changeset viewer.