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

Commit c5f8590

Browse files
authored
fixed var naming
1 parent 157652f commit c5f8590

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
@@ -419,7 +419,7 @@ public static function comment_text_add_cite( $text, $comment = null, $args = ar
419419
* @return string the post type
420420
*/
421421
public static function get_post_type( $post_id ) {
422-
$post_format = 'post';
422+
$post_type = 'post';
423423
if ( 'page' === get_post_type( $post_id ) ) {
424424
$post_type = 'page';
425425
}

0 commit comments

Comments
 (0)