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

Commit 521741f

Browse files
authored
Update class-linkbacks-walker-comment.php
1 parent 15ac911 commit 521741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 ) ) {
14+
if ( ! is_array( $facepiles ) ) {
1515
$facepiles = array();
1616
}
1717

0 commit comments

Comments
 (0)