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

Commit 99be127

Browse files
authored
fixed coding style
1 parent 8bad565 commit 99be127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-mf2-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static function generate_commentdata( $commentdata ) {
151151
} elseif ( isset( $properties['updated'] ) ) {
152152
$commentdata['comment_date'] = self::convert_time( $properties['updated'] );
153153
}
154-
$commentdata['comment_date_gmt'] = get_gmt_from_date($commentdata['comment_date']);
154+
$commentdata['comment_date_gmt'] = get_gmt_from_date( $commentdata['comment_date'] );
155155

156156
$author = null;
157157

0 commit comments

Comments
 (0)