Changeset 12588 for trunk/src/bp-core/admin/bp-core-admin-slugs.php
- Timestamp:
- 03/28/2020 01:35:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-slugs.php
r12550 r12588 191 191 <?php else : ?> 192 192 <?php if ( is_multisite() ) : ?> 193 <p><?php printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the "User accounts may be registered" or "Both sites and user accounts can be registered" option on <a href="%s">this page</a>.', 'buddypress' ), network_admin_url( 'settings.php' ) ); ?></p> 193 <p> 194 <?php 195 /* translators: %s: the link to the Network settings page */ 196 printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the "User accounts may be registered" or "Both sites and user accounts can be registered" option on <a href="%s">this page</a>.', 'buddypress' ), network_admin_url( 'settings.php' ) ); 197 ?> 198 </p> 194 199 <?php else : ?> 195 <p><?php printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by clicking on the "Anyone can register" checkbox on <a href="%s">this page</a>.', 'buddypress' ), admin_url( 'options-general.php' ) ); ?></p> 200 <p> 201 <?php 202 /* translators: %s: the link to the Site settings page */ 203 printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by clicking on the "Anyone can register" checkbox on <a href="%s">this page</a>.', 'buddypress' ), admin_url( 'options-general.php' ) ); 204 ?> 205 </p> 196 206 <?php endif; ?> 197 207 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.