Ticket #20271: 20271.2.patch
| File 20271.2.patch, 989 bytes (added by SergeyBiryukov, 14 months ago) |
|---|
-
wp-admin/user-new.php
255 255 <?php 256 256 if ( is_multisite() ) { 257 257 if ( $do_both ) 258 echo '<h3 id="add-existing-user">' . __('Add Existing User') . '</h3>'; 258 echo '<h3 id="add-existing-user">' . __('Add Existing User') . '</h3>'; ?> 259 <p id="add-existing-user-text"> 260 <?php 259 261 if ( !is_super_admin() ) { 260 262 _e( '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.' ); 261 263 $label = __('E-mail'); … … 264 266 $label = __('E-mail or Username'); 265 267 } 266 268 ?> 269 </p> 267 270 <form action="" method="post" name="adduser" id="adduser" class="add:users: validate"<?php do_action('user_new_form_tag');?>> 268 271 <input name="action" type="hidden" value="adduser" /> 269 272 <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ) ?>
