Skip to content

Commit ca5ce35

Browse files
committed
Fix linting issue
1 parent f2e92c6 commit ca5ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endurance-page-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ public function comment( $comment_id ) {
568568
* @param WP_Post $post The post object of the edited or created post
569569
*/
570570
public function save_post( $old_status, $new_status, $post ) {
571-
571+
572572
$post_type_object = get_post_type_object( $post->post_type );
573573
// Skip purging for non-public post types
574574
if ( ! $post_type_object || ! $post_type_object->public ) {

0 commit comments

Comments
 (0)