Making WordPress.org


Ignore:
File:
1 edited

Legend:

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

    r10775 r9990  
    33 * Plugin Name: Handbook
    44 * Description: Features for a handbook, complete with glossary and table of contents
    5  * Version:     2.0
    65 * Author:      WordPress.org
    76 * Author URI:  https://wordpress.org/
     
    2625require_once __DIR__ . '/inc/blocks.php';
    2726
    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.