diff -u b/modules/user/user.install b/modules/user/user.install --- b/modules/user/user.install +++ b/modules/user/user.install @@ -337,9 +337,8 @@ } /** - * @addtogroup updates-7.x-to-8.x Updates from 7.x to 8.x + * @addtogroup updates-7.x-to-8.x * @{ - * Update functions from 7.x to 8.x. */ /** @@ -358,3 +357,2 @@ * @} End of "addtogroup updates-7.x-to-8.x" - * The next series of updates should start at 9000. */ diff -u b/modules/user/user.module b/modules/user/user.module --- b/modules/user/user.module +++ b/modules/user/user.module @@ -2348,8 +2348,8 @@ * * - $page['content']['user_picture']: * User's rendered picture. - * - $page['content']['summary']: - * Contains the default "History" profile data for a user. + * - $page['content']['member_for']: + * Contains the default "Member for" profile data for a user. * - $page['content']['#account']: * The user account of the profile being viewed. * only in patch2: unchanged: --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -11,7 +11,7 @@ * such as render($user_profile['user_picture']). Always call * render($user_profile) at the end in order to print all remaining items. If * the item is a category, it will contain all its profile items. By default, - * $user_profile['summary'] is provided, which contains data on the user's + * $user_profile['member_for'] is provided, which contains data on the user's * history. Other data can be included by modules. $user_profile['user_picture'] * is available for showing the account picture. * @@ -25,10 +25,6 @@ * field language, e.g. $account->field_example['en'], thus overriding any * language negotiation rule that was previously applied. * - * @see user-profile-category.tpl.php - * Where the html is handled for the group. - * @see user-profile-item.tpl.php - * Where the html is handled for each item in the group. * @see template_preprocess_user_profile() */ ?>