1 drupal.inc | drupal_http_header_attributes(array $attributes = array()) |
Formats an attribute string for an HTTP header.
Deprecated
since 1.0.0
See also
backdrop_http_header_attributes()
Related topics
File
- core/
includes/ drupal.inc, line 719 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_http_header_attributes(array $attributes = array()) {
return backdrop_http_header_attributes($attributes);
}