phpcs
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 46s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 52s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 54s
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 46s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 52s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 54s
This commit is contained in:
parent
970f3e7754
commit
189e7b5f9f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Setup {
|
||||||
array( Settings_Page::class, 'settings_link' )
|
array( Settings_Page::class, 'settings_link' )
|
||||||
);
|
);
|
||||||
|
|
||||||
add_action( 'activitypub_register_handlers', array( Handler::class, 'register_activitypub_handlers' ) ) ;
|
add_action( 'activitypub_register_handlers', array( Handler::class, 'register_activitypub_handlers' ) );
|
||||||
|
|
||||||
// If we don't have any active event plugins, or the ActivityPub plugin is not enabled, abort here.
|
// If we don't have any active event plugins, or the ActivityPub plugin is not enabled, abort here.
|
||||||
if ( empty( $this->active_event_plugins ) || ! $this->activitypub_plugin_is_active ) {
|
if ( empty( $this->active_event_plugins ) || ! $this->activitypub_plugin_is_active ) {
|
||||||
|
|
Loading…
Reference in a new issue