diff --git a/includes/rest/class-inbox.php b/includes/rest/class-inbox.php index c4bfb4e..f51a68e 100644 --- a/includes/rest/class-inbox.php +++ b/includes/rest/class-inbox.php @@ -104,7 +104,7 @@ class Inbox { */ public static function shared_inbox( $request ) { $data = $request->get_params(); - $type = strtoloer( $request->get_param( 'type' ) ); + $type = \strtoloer( $request->get_param( 'type' ) ); foreach ( $users as $user ) { \do_action( 'activitypub_inbox', $data, $user_id, $type ); diff --git a/templates/settings.php b/templates/settings.php index ac14f54..76f4452 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -40,7 +40,7 @@
  • %shortlink% - ', '' ); ?>
  • %hashtags% -
  • - ', '' ); ?> + ', '' ); ?>