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
df4d1789
Commit
df4d1789
authored
Jan 21, 2013
by
Jennifer Hodgdon
Browse files
Issue
#1894850
by ben.bunk: Fix typo in code example in drupal_prerender_links docs
parent
698de321
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/common.inc
View file @
df4d1789
...
...
@@ -5223,7 +5223,7 @@ function drupal_pre_render_link($element) {
* @code
* $node->content['links'] = array(
* '#theme' => 'links__node',
* '#pre_render' = array('drupal_pre_render_links'),
* '#pre_render' =
>
array('drupal_pre_render_links'),
* 'comment' => array(
* '#theme' => 'links__node__comment',
* '#links' => array(
...
...
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