The code in one of the code blocks doesn't parse right. There are missing single quotes.
@see the code block toward the end of https://api.drupal.org/api/drupal/core!includes!common.inc/function/drup...
foreach ($regions as $region) {
drupal_attach_tabledrag('my-module-table', array(
'action' => 'order',
'relationship' => sibling',
'group' => 'my-elements-weight',
'subgroup' => my-elements-weight-' . $region,
));
}
| Comment | File | Size | Author |
|---|---|---|---|
| quick_doc_fix.patch | 595 bytes | neclimdul |
Comments
Comment #1
jhodgdonDoh! Good catch, thanks!
Comment #2
xjmThis issue only changes documentation, so per https://www.drupal.org/core/beta-changes, this can be completed any time during the Drupal 8 beta phase. Committed and pushed to 8.0.x. Thanks!