Changeset 54881 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 11/26/2022 08:59:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r53001 r54881 72 72 <?php 73 73 if ( ! get_option( 'users_can_register' ) && is_multisite() ) { 74 echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' );} 74 echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' ); 75 } 75 76 ?> 76 77 </label>
Note: See TracChangeset
for help on using the changeset viewer.