PluginProbe
ActivityPub / 8.0.2
ActivityPub v8.0.2
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-moderators-controller.php +1 -1 9.2.08.0.2 View file →
@@ -86,9 +86,9 @@
86 86 * Filter the list of moderators.
87 87 *
88 88 * @param array $actors The list of moderators.
89 89 */
90 - $actors = \apply_filters( 'activitypub_rest_moderators', $actors );
90 + $actors = apply_filters( 'activitypub_rest_moderators', $actors );
91 91
92 92 $response = array(
93 93 'id' => get_rest_url_by_path( 'collections/moderators' ),
94 94 'type' => 'OrderedCollection',