phpcs
All checks were successful
All checks were successful
This commit is contained in:
parent
61522ddcbe
commit
e7fd05ce9a
3 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: ActivityPub Event Bridge
|
||||
* Description: Integrating popular event plugins with the ActivityPub plugin.
|
||||
* Plugin URI: https://event-federation.eu/
|
||||
* Version: 0.1.1.6
|
||||
* Version: 0.1.1
|
||||
* Author: André Menrath
|
||||
* Author URI: https://graz.social/@linos
|
||||
* Text Domain: activitypub-event-bridge
|
||||
|
|
|
@ -22,7 +22,6 @@ use ActivityPub_Event_Bridge\Admin\Health_Check;
|
|||
|
||||
$active_event_plugins = Setup::get_instance()->get_active_event_plugins();
|
||||
$activitypub_event_bridge_status_ok = true;
|
||||
|
||||
$example_event_post = Health_Check::get_most_recent_event_posts();
|
||||
|
||||
if ( empty( $example_event_post ) ) {
|
||||
|
|
Loading…
Reference in a new issue