Changeset 10155
- Timestamp:
- 08/12/2020 11:04:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/wporg-learn.php
r10154 r10155 43 43 add_filter( 'excerpt_length', 'theme_slug_excerpt_length', 999 ); 44 44 45 require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php'; 45 46 /** 46 47 * Markdown Import … … 50 51 * in case we need to re-activate for some reason. 51 52 * 52 require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php';53 53 add_action( 'init', array( 'WPOrg_Learn\Markdown_Import', 'action_init' ) ); 54 54 add_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.