Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1806af90
Commit
1806af90
authored
Sep 15, 2008
by
Angie Byron
Browse files
#275092
follow-up by Damien Tournoud: Restoring meta tag generator and fixing failing test.
parent
dd24755c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
1806af90
...
...
@@ -697,7 +697,7 @@ function system_init() {
/**
* Implementation of MODULE_preprocess_HOOK().
*/
function
system_preprocess_page
()
{
function
system_preprocess_page
(
&
$variables
)
{
// Get the major version
list
(
$version
,)
=
explode
(
'.'
,
VERSION
);
...
...
@@ -706,6 +706,8 @@ function system_preprocess_page() {
// Emit the HTTP Header too
theme
(
'meta_generator_header'
,
$version
);
$variables
[
'head'
]
=
drupal_get_html_head
();
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment