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