Ticket #33605: 33605.patch
File 33605.patch, 1.0 KB (added by , 10 years ago) |
---|
-
wp-admin/user-new.php
286 286 <?php 287 287 if ( is_multisite() ) { 288 288 if ( $do_both ) 289 echo '<h 3 id="add-existing-user">' . __('Add Existing User') . '</h3>';289 echo '<h2 id="add-existing-user">' . __('Add Existing User') . '</h2>'; 290 290 if ( !is_super_admin() ) { 291 291 echo '<p>' . __( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ) . '</p>'; 292 292 $label = __('Email'); … … 348 348 349 349 if ( current_user_can( 'create_users') ) { 350 350 if ( $do_both ) 351 echo '<h 3 id="create-new-user">' . __( 'Add New User' ) . '</h3>';351 echo '<h2 id="create-new-user">' . __( 'Add New User' ) . '</h2>'; 352 352 ?> 353 353 <p><?php _e('Create a brand new user and add them to this site.'); ?></p> 354 354 <form method="post" name="createuser" id="createuser" class="validate" novalidate="novalidate"<?php