Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
8acb637d
Commit
8acb637d
authored
Aug 07, 2012
by
catch
Browse files
Issue
#1705536
by pfrenssen: Typo in docblock block_block_list_alter().
parent
a3ee7d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/block/block.module
View file @
8acb637d
...
@@ -785,7 +785,7 @@ function _block_load_blocks() {
...
@@ -785,7 +785,7 @@ function _block_load_blocks() {
/**
/**
* Implements hook_block_list_alter().
* Implements hook_block_list_alter().
*
*
* Checks the page, user role, and user-specific visibilty settings.
* Checks the page, user role, and user-specific visibil
i
ty settings.
* Removes the block if the visibility conditions are not met.
* Removes the block if the visibility conditions are not met.
*/
*/
function
block_block_list_alter
(
&
$blocks
)
{
function
block_block_list_alter
(
&
$blocks
)
{
...
...
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