Make WordPress Core

Ticket #25556: 25556.diff

File 25556.diff, 587 bytes (added by kovshenin, 13 years ago)
  • src/wp-includes/default-widgets.php

     
    645645                add_action( 'comment_post', array($this, 'flush_widget_cache') );
    646646                add_action( 'edit_comment', array($this, 'flush_widget_cache') );
    647647                add_action( 'transition_comment_status', array($this, 'flush_widget_cache') );
     648                add_action( 'transition_post_status', array( $this, 'flush_widget_cache' ) );
    648649        }
    649650
    650651        function recent_comments_style() {