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
251f8477
Commit
251f8477
authored
Jul 04, 2015
by
Jess
Browse files
Issue
#2514092
by neclimdul: Fix typo in drupal_attach_tabledrag
parent
8542e6fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/common.inc
View file @
251f8477
...
...
@@ -856,9 +856,9 @@ function drupal_process_states(&$elements) {
* foreach ($regions as $region) {
* drupal_attach_tabledrag('my-module-table', array(
* 'action' => 'order',
* 'relationship' => sibling',
* 'relationship' =>
'
sibling',
* 'group' => 'my-elements-weight',
* 'subgroup' => my-elements-weight-' . $region,
* 'subgroup' =>
'
my-elements-weight-' . $region,
* ));
* }
* @endcode
...
...
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