remove version_check()
This commit is contained in:
parent
33429cfb83
commit
0525645f7c
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class Admin {
|
|||
public static function init() {
|
||||
\add_action( 'admin_menu', array( '\Activitypub\Admin', 'admin_menu' ) );
|
||||
\add_action( 'admin_init', array( '\Activitypub\Admin', 'register_settings' ) );
|
||||
\add_action( 'admin_init', array( '\Activitypub\Admin', 'version_check' ), 1 );
|
||||
\add_action( 'show_user_profile', array( '\Activitypub\Admin', 'add_fediverse_profile' ) );
|
||||
\add_filter( 'comment_row_actions', array( '\Activitypub\Admin', 'reply_comments_actions' ), 10, 2 );
|
||||
\add_action( 'admin_enqueue_scripts', array( '\Activitypub\Admin', 'enqueue_scripts' ) );
|
||||
|
|
Loading…
Reference in a new issue