Ticket #42640: 42640.patch
File 42640.patch, 593 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/options-general.php
127 127 </fieldset></td> 128 128 </tr> 129 129 130 <?php if ( get_option( 'users_can_register' ) ) { ?> 130 131 <tr> 131 132 <th scope="row"><label for="default_role"><?php _e('New User Default Role') ?></label></th> 132 133 <td> … … 133 134 <select name="default_role" id="default_role"><?php wp_dropdown_roles( get_option('default_role') ); ?></select> 134 135 </td> 135 136 </tr> 137 <?php } ?> 136 138 137 139 <?php } 138 140