Remove the new user_new_form hook from the network admin, pending further review. see #18709.

Built from https://develop.svn.wordpress.org/trunk@25631


git-svn-id: http://core.svn.wordpress.org/trunk@25548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-09-26 16:38:10 +00:00
parent 2befec291f
commit dfb46e5e2c
1 changed files with 1 additions and 5 deletions

View File

@ -99,11 +99,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { ?>
<td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td>
</tr>
</table>
<?php
//duplicate_hook
do_action( 'user_new_form', 'add-new-user' );
?>
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ) ?>
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
<?php submit_button( __('Add User'), 'primary', 'add-user' ); ?>
</form>
</div>