admin-toolbar-mode.php
1 year ago
api-route-mode.php
1 year ago
backend-menu-mode.php
1 year ago
content-access-form.php
1 year ago
content-service-tips.php
1 year ago
default-subject-tab.php
1 year ago
jwt-login-url.php
1 year ago
loading-content.php
1 year ago
login-form.php
1 year ago
multisite-sync-notification.php
1 year ago
post-list.php
1 year ago
visitor-subject-tab.php
1 year ago
multisite-sync-notification.php
15 lines
| 1 | <?php /** @version 7.0.0 */ ?> |
| 2 | |
| 3 | <?php if (defined('AAM_KEY')) { ?> |
| 4 | <div class="metabox-holder shared-metabox"> |
| 5 | <div class="postbox"> |
| 6 | <div class="inside"> |
| 7 | <div class="aam-postbox-inside"> |
| 8 | <p class="alert alert-danger text-larger"> |
| 9 | <?php echo AAM_Backend_View_Helper::preparePhrase('[Warning:] You are currently operating on the primary blog of the multisite network. Any settings changes will be automatically synced across all blogs in this network.', 'strong'); ?> |
| 10 | </p> |
| 11 | </div> |
| 12 | </div> |
| 13 | </div> |
| 14 | </div> |
| 15 | <?php } |