From 94c3dceedae0123f7a1bd518d00aa2839ca82d14 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 29 Apr 2009 08:04:24 +0000 Subject: =?UTF-8?q?-=20Patch=20#240873=20by=20G=C3=A1bor=20Hojtsy:=20move?= =?UTF-8?q?=20custom=20help=20settings=20to=20blocks.=20=20Very=20exciting?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/user.module | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index dc4e95343..c4193c7a3 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2850,11 +2850,6 @@ function user_register() { $form = array(); - // Display the registration form. - if (!$admin) { - $form['user_registration_help'] = array('#markup' => filter_xss_admin(variable_get('user_registration_help', ''))); - } - // Merge in the default user edit fields. $form = array_merge($form, user_edit_form($form_state, NULL, NULL, TRUE)); if ($admin) { -- cgit v1.2.3