We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a06e8 commit f9c14e2Copy full SHA for f9c14e2
1 file changed
mu-plugins/websub-compat.php
@@ -20,7 +20,7 @@
20
* @return array $links Array of filtered Feed URLs.
21
*/
22
function websub_compat( array $links ) {
23
- if ( ! $links || ! is_array( $links ) ) {
+ if ( ! $links ) {
24
return $links;
25
}
26
0 commit comments