Ticket #33605: 33605.2.patch
File 33605.2.patch, 1.0 KB (added by , 10 years ago) |
---|
-
src/wp-admin/user-new.php
305 305 <?php 306 306 if ( is_multisite() ) { 307 307 if ( $do_both ) 308 echo '<h 3 id="add-existing-user">' . __('Add Existing User') . '</h3>';308 echo '<h2 id="add-existing-user">' . __( 'Add Existing User' ) . '</h2>'; 309 309 if ( !is_super_admin() ) { 310 310 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>'; 311 311 $label = __('Email'); … … 367 367 368 368 if ( current_user_can( 'create_users') ) { 369 369 if ( $do_both ) 370 echo '<h 3 id="create-new-user">' . __( 'Add New User' ) . '</h3>';370 echo '<h2 id="create-new-user">' . __( 'Add New User' ) . '</h2>'; 371 371 ?> 372 372 <p><?php _e('Create a brand new user and add them to this site.'); ?></p> 373 373 <form method="post" name="createuser" id="createuser" class="validate" novalidate="novalidate"<?php