Skip to content

Commit f9c14e2

Browse files
committed
remove needless check
1 parent 41a06e8 commit f9c14e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mu-plugins/websub-compat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @return array $links Array of filtered Feed URLs.
2121
*/
2222
function websub_compat( array $links ) {
23-
if ( ! $links || ! is_array( $links ) ) {
23+
if ( ! $links ) {
2424
return $links;
2525
}
2626

0 commit comments

Comments
 (0)