updated plugin ActivityPub version 9.1.0

This commit is contained in:
2026-07-28 15:03:10 +00:00
committed by Gitium
parent bf428f0e45
commit ff806e1811
217 changed files with 6098 additions and 3025 deletions

View File

@ -157,7 +157,7 @@ class Nodeinfo_Controller extends \WP_REST_Controller {
'name' => 'wordpress',
'version' => get_masked_wp_version(),
),
'openRegistrations' => (bool) get_option( 'users_can_register' ),
'openRegistrations' => (bool) \get_option( 'users_can_register' ),
'usage' => array(
'localPosts' => (int) $posts->publish,
'localComments' => $comments->approved,