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

Commit 0d052d9

Browse files
authored
Update linkbacks.php
1 parent 521741f commit 0d052d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php $facepiles = get_option( 'semantic_linkbacks_facepiles', array_keys( Linkbacks_Handler::get_comment_type_strings() ) );
22

33
// If getting the facepiles hasn't worked, create an empty array to avoid generating errors
4-
if ( !is_array( $facepiles ) ) {
4+
if ( ! is_array( $facepiles ) ) {
55
$facepiles = array();
66
}
77

0 commit comments

Comments
 (0)