Ticket #21223: 21223.diff
| File 21223.diff, 1.7 KB (added by , 14 years ago) |
|---|
-
wp-admin/network/site-users.php
254 254 <?php do_action( 'network_site_users_after_list_table', '' );?> 255 255 256 256 <?php if ( current_user_can( 'promote_users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) : ?> 257 <h 4 id="add-user"><?php _e('Add User to This Site') ?></h4>257 <h3 id="add-user"><?php _e('Add User to This Site') ?></h3> 258 258 <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?> 259 259 <p><?php _e( 'You may add from existing network users, or set up a new user to add to this site.' ); ?></p> 260 260 <?php else : ?> 261 261 <p><?php _e( 'You may add from existing network users to this site.' ); ?></p> 262 262 <?php endif; ?> 263 <h 5 id="add-existing-user"><?php _e('Add Existing User') ?></h5>263 <h4 id="add-existing-user"><?php _e('Add Existing User') ?></h4> 264 264 <form action="site-users.php?action=adduser" id="adduser" method="post"> 265 265 <?php wp_nonce_field( 'edit-site' ); ?> 266 266 <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" /> … … 289 289 <?php endif; ?> 290 290 291 291 <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?> 292 <h 5 id="add-new-user"><?php _e('Add New User') ?></h5>292 <h4 id="add-new-user"><?php _e('Add New User') ?></h4> 293 293 <form action="<?php echo network_admin_url('site-users.php?action=newuser'); ?>" id="newuser" method="post"> 294 294 <?php wp_nonce_field( 'edit-site' ); ?> 295 295 <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" />