Making WordPress.org

Changeset 10155


Ignore:
Timestamp:
08/12/2020 11:04:56 PM (6 years ago)
Author:
coreymckrill
Message:

WP.org Learn: Fix fatal

File:
1 edited

Legend:

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

    r10154 r10155  
    4343add_filter( 'excerpt_length', 'theme_slug_excerpt_length', 999 );
    4444
     45require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php';
    4546/**
    4647 * Markdown Import
     
    5051 * in case we need to re-activate for some reason.
    5152 *
    52 require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php';
    5353add_action( 'init', array( 'WPOrg_Learn\Markdown_Import', 'action_init' ) );
    5454add_action( 'wporg_learn_manifest_import', array( 'WPOrg_Learn\Markdown_Import', 'action_wporg_learn_manifest_import' ) );
Note: See TracChangeset for help on using the changeset viewer.