From 865bbe48ead6490343b222a0abf5d7a7cf97f7fa Mon Sep 17 00:00:00 2001 From: "stefan.r" <stefan.r@551886.no-reply.drupal.org> Date: Sun, 25 Sep 2016 16:05:54 +0200 Subject: [PATCH] Issue #2794155 by kiamlaluno: user_save() documentation has a note for Drupal 8 that is not anymore valid --- modules/user/user.module | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/user/user.module b/modules/user/user.module index 0ba9654bfa53..b818d79ab57f 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -418,8 +418,6 @@ function user_load_by_name($name) { * * @return * A fully-loaded $user object upon successful save or FALSE if the save failed. - * - * @todo D8: Drop $edit and fix user_save() to be consistent with others. */ function user_save($account, $edit = array(), $category = 'account') { $transaction = db_transaction(); -- GitLab