X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fuser%2Fuser.views_execution.inc;h=e0c5c0c635d19f5fbf91a826cdda2116d8ba9fa9;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=255fbf2683868e2502cdaa599df07b5641fa6892;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/user/user.views_execution.inc b/web/core/modules/user/user.views_execution.inc index 255fbf268..e0c5c0c63 100644 --- a/web/core/modules/user/user.views_execution.inc +++ b/web/core/modules/user/user.views_execution.inc @@ -10,7 +10,7 @@ use Drupal\views\ViewExecutable; /** * Implements hook_views_query_substitutions(). * - * Allow replacement of current userid so we can cache these queries. + * Allow replacement of current user ID so we can cache these queries. */ function user_views_query_substitutions(ViewExecutable $view) { return ['***CURRENT_USER***' => \Drupal::currentUser()->id()];