1 drupal.inc drupal_attributes(array $attributes = array())

Converts an associative array to an XML/HTML tag attribute string.

Deprecated

since 1.0.0

See also

backdrop_attributes()

Related topics

File

core/includes/drupal.inc, line 729
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_attributes(array $attributes = array()) {
  return backdrop_attributes($attributes);
}