Changeset 4733
- Timestamp:
- 01/19/2017 04:51:14 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-cli
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-cli/wporg-cli.php
r4732 r4733 8 8 * License: GPLv2 or later 9 9 */ 10 11 require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php'; 12 13 /** 14 * Registry of actions and filters 15 */ 16 add_action( 'load-post.php', array( 'WPOrg_Cli\Markdown_Import', 'action_load_post_php' ) ); 17 add_action( 'edit_form_after_title', array( 'WPOrg_Cli\Markdown_Import', 'action_edit_form_after_title' ) ); 18 add_action( 'save_post', array( 'WPOrg_Cli\Markdown_Import', 'action_save_post' ) );
Note: See TracChangeset
for help on using the changeset viewer.