Skip to content

Commit 080f9c6

Browse files
committed
Linting
1 parent fea582b commit 080f9c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

single-post.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
$date = RH_Helpers::get_date_values( $post->post_date );
55

66
$context = array(
7-
'the_title' => get_the_title(),
8-
'display_date' => $date->display_date,
9-
'machine_date' => $date->machine_date,
10-
'featured_image' => RH_Media::render_image_from_post(
7+
'the_title' => get_the_title(),
8+
'display_date' => $date->display_date,
9+
'machine_date' => $date->machine_date,
10+
'featured_image' => RH_Media::render_image_from_post(
1111
$post->ID,
1212
array(
1313
'link_url' => get_the_post_thumbnail_url( $post->ID, 'original' ),
@@ -16,6 +16,6 @@
1616
),
1717
)
1818
),
19-
'the_content' => apply_filters( 'the_content', get_the_content() ),
19+
'the_content' => apply_filters( 'the_content', get_the_content() ),
2020
);
2121
Sprig::out( 'single-post.twig', $context );

0 commit comments

Comments
 (0)