Skip to content

Commit 5f65332

Browse files
committed
Alignment
1 parent 21aa0ef commit 5f65332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: includes/attributes.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ function carelib_attr_post( $attr ) {
323323
$post = get_post();
324324

325325
if ( $post instanceof WP_Post ) {
326-
$attr['id'] = 'post-' . get_the_ID();
327-
$attr['class'] = join( ' ', get_post_class() );
326+
$attr['id'] = 'post-' . get_the_ID();
327+
$attr['class'] = join( ' ', get_post_class() );
328328
}
329329

330330
return $attr;

0 commit comments

Comments
 (0)