summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-03-12 16:09:34 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-03-12 16:10:05 -0700
commit1d50605e7b75901b1d587bb7fc1371ee6436290b (patch)
tree3cafebc0c9448989fa84c9da435fd44b84bad098 /includes/ajax.inc
parent29d1b4e91125018dbe99901dfa6a6e21f87e6cc1 (diff)
downloadbrdo-1d50605e7b75901b1d587bb7fc1371ee6436290b.tar.gz
brdo-1d50605e7b75901b1d587bb7fc1371ee6436290b.tar.bz2
Issue #1884840 by Pix, pwolanin: Remove reference to md5 in ajax code comments
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc4
1 files changed, 2 insertions, 2 deletions
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]);