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

Commit 15ac911

Browse files
authored
Update linkbacks.php
1 parent 6c5f6bc commit 15ac911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/linkbacks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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)) {
5-
$facepiles = array();
4+
if ( !is_array( $facepiles ) ) {
5+
$facepiles = array();
66
}
77

88
?>

0 commit comments

Comments
 (0)