| @@ -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', |