PluginProbe
ActivityPub / 9.2.1
ActivityPub v9.2.1
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/rest/class-nodeinfo-controller.php +1 -1 8.2.19.2.1 View file →
@@ -156,9 +156,9 @@
156 156 'software' => array(
157 157 'name' => 'wordpress',
158 158 'version' => get_masked_wp_version(),
159 159 ),
160 - 'openRegistrations' => (bool) get_option( 'users_can_register' ),
160 + 'openRegistrations' => (bool) \get_option( 'users_can_register' ),
161 161 'usage' => array(
162 162 'localPosts' => (int) $posts->publish,
163 163 'localComments' => $comments->approved,
164 164 ),