Ticket #6662: hide_create_user_form.diff
File hide_create_user_form.diff, 365 bytes (added by , 17 years ago) |
---|
-
users.php
old new 378 378 ?> 379 379 380 380 <br class="clear" /> 381 <?php if ( current_user_can('create_users') ) { ?> 381 382 382 383 <div class="wrap"> 383 384 <h2 id="add-new-user"><?php _e('Add New User') ?></h2> … … 452 453 </div> 453 454 454 455 <?php 456 } 455 457 break; 456 458 457 459 } // end of the $action switch