diff --git a/core/modules/user/user.api.php b/core/modules/user/user.api.php index b965f66..2f40eb9 100644 --- a/core/modules/user/user.api.php +++ b/core/modules/user/user.api.php @@ -114,9 +114,6 @@ function hook_user_cancel_methods_alter(&$methods) { * this to an object implementing MarkupInterface it is the responsibility of * the implementation to ensure the user's name is escaped properly. String * values will be autoescaped. - * The value that $account->getDisplayName will return. If it is a string it - * will be auto-escaped. If it is a MarkupInterface object it is HTML - * escaped. Either is safe to be printed within HTML fragments. * @param \Drupal\Core\Session\AccountInterface $account * The user object on which the operation is being performed. *