- Timestamp:
- 01/20/2017 04:16:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-cli/wporg-cli.php
r4736 r4745 10 10 11 11 require_once dirname( __FILE__ ) . '/inc/class-markdown-import.php'; 12 require_once dirname( __FILE__ ) . '/inc/class-handbook.php'; 12 13 13 14 /** … … 17 18 add_action( 'edit_form_after_title', array( 'WPOrg_Cli\Markdown_Import', 'action_edit_form_after_title' ) ); 18 19 add_action( 'save_post', array( 'WPOrg_Cli\Markdown_Import', 'action_save_post' ) ); 20 21 add_filter( 'get_edit_post_link', array( 'WPOrg_Cli\Handbook', 'redirect_edit_link_to_github' ), 10, 2 ); 22 add_filter( 'o2_filter_post_actions', array( 'WPOrg_Cli\Handbook', 'redirect_o2_edit_link_to_github' ), 11, 2 ); 19 23 20 24 add_action( 'wp_head', function(){
Note: See TracChangeset
for help on using the changeset viewer.