Skip to content

Commit

Permalink
add post status class wpbrasil#266
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Jul 11, 2015
1 parent 6599205 commit e8f3185
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/classes/class-post-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ public function __construct( $post_status, $post_types, $args ) {
// Load scripts
add_action( 'admin_enqueue_scripts', array( $this, 'scripts' ) );

//add_action( 'admin_footer-post.php', array( $this, 'post_status_dropdown' ) );
//add_action( 'admin_footer-edit.php', array( $this, 'inline_status_dropdown' ) );

// Display Post Status Text
//add_filter( 'display_post_states', array( $this, 'display_post_status_text' ) );
}

/**
Expand Down

0 comments on commit e8f3185

Please sign in to comment.