updated plugin ActivityPub version 8.3.0
This commit is contained in:
@ -5,8 +5,16 @@
|
||||
* @package Activitypub
|
||||
*/
|
||||
|
||||
wp_enqueue_style(
|
||||
'activitypub-welcome',
|
||||
plugins_url( 'assets/css/activitypub-welcome.css', ACTIVITYPUB_PLUGIN_FILE ),
|
||||
array(),
|
||||
ACTIVITYPUB_PLUGIN_VERSION
|
||||
);
|
||||
?>
|
||||
|
||||
<hr class="wp-header-end">
|
||||
|
||||
<div class="activitypub-settings activitypub-welcome-page hide-if-no-js">
|
||||
<?php do_settings_sections( 'activitypub_welcome' ); ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user