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,