From 3db5fb26262c936ffec0caf90a9f6aa2877dbd23 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Thu, 29 Sep 2022 17:51:01 -0600 Subject: [PATCH] bugfix --- includes/class-migrate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-migrate.php b/includes/class-migrate.php index b3a3d76..6c6bf5c 100644 --- a/includes/class-migrate.php +++ b/includes/class-migrate.php @@ -25,7 +25,7 @@ class Posts { } } - public static function get_posts( $args = null ) { + public static function get_posts() { $post_types = \get_option( 'activitypub_support_post_types', array( 'post', 'page' ) ); $args = array( 'numberposts' => -1,