From 1d50605e7b75901b1d587bb7fc1371ee6436290b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 12 Mar 2013 16:09:34 -0700 Subject: Issue #1884840 by Pix, pwolanin: Remove reference to md5 in ajax code comments --- includes/ajax.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/ajax.inc b/includes/ajax.inc index d4082d2d8..ab0111ced 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -251,8 +251,8 @@ function ajax_render($commands = array()) { // reliably diffed with array_diff_key(), since the number can change // due to factors unrelated to the inline content, so for now, we strip // the inline items from Ajax responses, and can add support for them - // when drupal_add_css() and drupal_add_js() are changed to using md5() - // or some other hash of the inline content. + // when drupal_add_css() and drupal_add_js() are changed to use a hash + // of the inline content as the array key. foreach ($items[$type] as $key => $item) { if (is_numeric($key)) { unset($items[$type][$key]); -- cgit v1.2.3