Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed May 21, 2019
1 parent 83b0d45 commit 3c2e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/api/wp-content/mu-plugins/advanced-post-cache.php
Expand Up @@ -243,4 +243,4 @@ function dont_clear_advanced_post_cache() {
// Don't clear Advanced Post Cache for a new comment - temp core hack
// http://core.trac.wordpress.org/ticket/15565
add_action( 'wp_updating_comment_count', 'dont_clear_advanced_post_cache' );
add_action( 'wp_update_comment_count' , 'do_clear_advanced_post_cache' );
add_action( 'wp_update_comment_count', 'do_clear_advanced_post_cache' );

0 comments on commit 3c2e708

Please sign in to comment.