Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ea41464

Browse files
authored
fixed syntax
1 parent 06f0f0a commit ea41464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public static function get_post_type( $post_id ) {
431431
$post_format = get_post_format( $post_id );
432432

433433
// add "standard" as default for post format enabled types
434-
if ( ! $post_format || ! in_array( $post_format, array_keys( $post_typestrings ), true ) ) {
434+
if ( ! $post_format || ! in_array( $post_format, array_keys( $post_typestrings ), true ) ) {
435435
$post_format = 'standard';
436436
}
437437

0 commit comments

Comments
 (0)