updated core to 7.54
This commit is contained in:
@@ -7,8 +7,8 @@ files[] = filter.test
|
||||
required = TRUE
|
||||
configure = admin/config/content/formats
|
||||
|
||||
; Information added by Drupal.org packaging script on 2016-12-07
|
||||
version = "7.53"
|
||||
; Information added by Drupal.org packaging script on 2017-02-01
|
||||
version = "7.54"
|
||||
project = "drupal"
|
||||
datestamp = "1481152423"
|
||||
datestamp = "1485986921"
|
||||
|
||||
|
@@ -1638,7 +1638,7 @@ function _filter_url_escape_comments($match, $escape = NULL) {
|
||||
// Replace all HTML coments with a '<!-- [hash] -->' placeholder.
|
||||
if ($mode) {
|
||||
$content = $match[1];
|
||||
$hash = md5($content);
|
||||
$hash = hash('sha256', $content);
|
||||
$comments[$hash] = $content;
|
||||
return "<!-- $hash -->";
|
||||
}
|
||||
|
Reference in New Issue
Block a user