File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function rest_init() {
7070function plugin_init () {
7171 \add_action ( 'init ' , array ( __NAMESPACE__ . '\Activitypub ' , 'init ' ) );
7272 \add_action ( 'init ' , array ( __NAMESPACE__ . '\Attachments ' , 'init ' ) );
73- \add_action ( 'init ' , array ( __NAMESPACE__ . '\Avatar ' , 'init ' ) );
73+ \add_action ( 'init ' , array ( __NAMESPACE__ . '\Avatars ' , 'init ' ) );
7474 \add_action ( 'init ' , array ( __NAMESPACE__ . '\Comment ' , 'init ' ) );
7575 \add_action ( 'init ' , array ( __NAMESPACE__ . '\Dispatcher ' , 'init ' ) );
7676 \add_action ( 'init ' , array ( __NAMESPACE__ . '\Embed ' , 'init ' ) );
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Avatar class file.
3+ * Avatars class file.
44 *
55 * @package Activitypub
66 */
1010use Activitypub \Collection \Remote_Actors ;
1111
1212/**
13- * ActivityPub Avatar class.
13+ * ActivityPub Avatars class.
1414 */
15- class Avatar {
15+ class Avatars {
1616 /**
1717 * Initialize the class, registering WordPress hooks.
1818 */
You can’t perform that action at this time.
0 commit comments