Skip to content

Commit

Permalink
rm action, method doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Feb 20, 2013
1 parent 2fc6927 commit 60d15fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion safe-redirect-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function __construct() {
add_action( 'init', array( $this, 'action_init' ) );
add_action( 'init', array( $this, 'action_register_post_types' ) );
add_action( 'parse_request', array( $this, 'action_parse_request' ), 0 );
add_action( 'after_theme_setup', array( $this, 'action_load_texthost' ) );
add_action( 'save_post', array( $this, 'action_save_post' ) );
add_filter( 'manage_' . $this->redirect_post_type . '_posts_columns' , array( $this, 'filter_redirect_columns' ) );
add_action( 'manage_' . $this->redirect_post_type . '_posts_custom_column' , array( $this, 'action_custom_redirect_columns' ), 10, 2 );
Expand Down

0 comments on commit 60d15fe

Please sign in to comment.