bugfix
This commit is contained in:
parent
5d8e3a9ba9
commit
3db5fb2626
1 changed files with 1 additions and 1 deletions
|
@ -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' ) );
|
$post_types = \get_option( 'activitypub_support_post_types', array( 'post', 'page' ) );
|
||||||
$args = array(
|
$args = array(
|
||||||
'numberposts' => -1,
|
'numberposts' => -1,
|
||||||
|
|
Loading…
Reference in a new issue