Skip to content

Commit 7b4f088

Browse files
authored
Fixed indentation
1 parent 02ff9e6 commit 7b4f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/class-purger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private function _purge_by_options( $post_id, $blog_id, $_purge_page, $_purge_ar
263263

264264
}
265265

266-
$post_types = get_post_types( array('public' => true) );
266+
$post_types = get_post_types( array('public' => true) );
267267

268268
if ( in_array($_post_type, $post_types, true) ) {
269269

0 commit comments

Comments
 (0)