Ticket #20271: 20271.2.patch

File 20271.2.patch, 989 bytes (added by SergeyBiryukov, 14 months ago)
  • wp-admin/user-new.php

     
    255255<?php 
    256256if ( is_multisite() ) { 
    257257        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 
    259261        if ( !is_super_admin() ) { 
    260262                _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.' ); 
    261263                $label = __('E-mail'); 
     
    264266                $label = __('E-mail or Username'); 
    265267        } 
    266268?> 
     269</p> 
    267270<form action="" method="post" name="adduser" id="adduser" class="add:users: validate"<?php do_action('user_new_form_tag');?>> 
    268271<input name="action" type="hidden" value="adduser" /> 
    269272<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ) ?>