Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
3b1b9c71
Commit
3b1b9c71
authored
Apr 19, 2012
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1183042
by mgifford: Follow up for Add WAI-ARIA roles to Core blocks.
parent
a384eb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/help/help.module
core/modules/help/help.module
+1
-1
No files found.
core/modules/help/help.module
View file @
3b1b9c71
...
...
@@ -69,7 +69,7 @@ function help_help($path, $arg) {
* Implements hook_preprocess_block().
*/
function
help_preprocess_block
(
&
$variables
)
{
if
(
$variables
[
'block'
]
->
module
==
'help'
)
{
if
(
$variables
[
'block'
]
->
module
==
'system'
&&
$variables
[
'block'
]
->
delta
==
'help'
)
{
$variables
[
'attributes_array'
][
'role'
]
=
'complementary'
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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