X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/849f15aeed7a5e39314057bdc0064d8edd60dd7d..5e031ad59895b5682d1509675cafe9f2c5081c12:/wp-admin/user-new.php diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 78300b45..45968255 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -180,7 +180,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Adding New Users') . '

' . + '

' . __('Documentation on Adding New Users') . '

' . '

' . __('Support Forums') . '

' ); @@ -253,7 +253,7 @@ if ( current_user_can( 'create_users' ) ) { if ( ! empty( $messages ) ) { foreach ( $messages as $msg ) - echo '

' . $msg . '

'; + echo '

' . $msg . '

'; } ?> @@ -280,7 +280,7 @@ if ( is_multisite() ) { $type = 'text'; } ?> -
- 'addusersub' ) ); ?> + 'addusersub' ) ); ?>
' . __( 'Add New User' ) . ''; ?>

-
> @@ -402,7 +402,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> - + @@ -431,7 +431,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> do_action( 'user_new_form', 'add-new-user' ); ?> - 'createusersub' ) ); ?> + 'createusersub' ) ); ?>