do not hide settings for now
This commit is contained in:
parent
3b88d5e36c
commit
a5bc7628cf
1 changed files with 2 additions and 4 deletions
|
@ -28,11 +28,11 @@
|
|||
|
||||
<p><?php \esc_html_e( 'Customize your ActivityPub settings to suit your needs.', 'activitypub' ); ?></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<form method="post" action="options.php">
|
||||
<?php \settings_fields( 'activitypub' ); ?>
|
||||
|
||||
<?php if ( ! \Activitypub\is_user_disabled( \Activitypub\Collection\Users::BLOG_USER_ID ) ) : ?>
|
||||
|
||||
<h3 class="dashicons-before dashicons-admin-users"><?php \esc_html_e( 'Blog-User', 'activitypub' ); ?></h3>
|
||||
|
||||
<p><?php \esc_html_e( 'All settings for the Blog-User (Catch-All Account)', 'activitypub' ); ?></p>
|
||||
|
@ -60,8 +60,6 @@
|
|||
|
||||
<hr />
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<h3 class="dashicons-before dashicons-groups"><?php \esc_html_e( 'Users', 'activitypub' ); ?></h3>
|
||||
|
||||
<p><?php \esc_html_e( 'All user related settings.', 'activitypub' ); ?></p>
|
||||
|
|
Loading…
Reference in a new issue