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

Commit 6c5f6bc

Browse files
authored
Update class-linkbacks-walker-comment.php
1 parent 7706ee2 commit 6c5f6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class Semantic_Linkbacks_Walker_Comment extends Walker_Comment {
1111
protected static function should_facepile( $comment ) {
1212
$facepiles = get_option( 'semantic_linkbacks_facepiles', array_keys( Linkbacks_Handler::get_comment_type_strings() ) );
1313
// If getting the facepiles hasn't worked, create an empty array to avoid generating errors
14-
if (!is_array($facepiles)) {
15-
$facepiles = array();
14+
if ( !is_array( $facepiles ) ) {
15+
$facepiles = array();
1616
}
1717

1818
if ( self::is_reaction( $comment ) && in_array( 'reaction', $facepiles, true ) ) {

0 commit comments

Comments
 (0)