Skip to content

Commit

Permalink
Revert "don't need to purge common objects while editing"
Browse files Browse the repository at this point in the history
This reverts commit 262e1b2.
  • Loading branch information
wfelipe committed Apr 6, 2010
1 parent a3d5068 commit b3bfbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-varnish.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function WPVarnish() {

add_action('admin_menu', array(&$this, 'WPVarnishAdminMenu'));
add_action('edit_post', array(&$this, 'WPVarnishPurgePost'), 99);
add_action('edit_post', array(&$this, 'WPVarnishPurgeCommonObjects'), 99);
add_action('deleted_post', array(&$this, 'WPVarnishPurgeCommonObjects'), 99);
add_action('publish_post', array(&$this, 'WPVarnishPurgeCommonObjects'), 99);
}
Expand Down

0 comments on commit b3bfbda

Please sign in to comment.