diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-15 23:49:08 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-15 23:49:08 +0000 |
commit | cb3cde8be11bd1d54bdbb323b72919072f2cb930 (patch) | |
tree | c66f70ce6d49d3007499c8f2e48c5d9d0851c192 /modules/system/system.module | |
parent | bb62eec3ceb19212dec2ad988f73cae32a5af23f (diff) | |
download | brdo-cb3cde8be11bd1d54bdbb323b72919072f2cb930.tar.gz brdo-cb3cde8be11bd1d54bdbb323b72919072f2cb930.tar.bz2 |
#372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 62d99c1ad..7783c240a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2308,7 +2308,7 @@ function theme_system_compact_link() { * @ingroup themeable */ function theme_meta_generator_html($version = VERSION) { - drupal_set_html_head('<meta name="Generator" content="Drupal ' . $version . ' (http://drupal.org)" />'); + drupal_add_html_head('<meta name="Generator" content="Drupal ' . $version . ' (http://drupal.org)" />'); } /** |