function bricks_process_references_dialog_links in Bricks 7.5
Same name and namespace in other branches
- 7.4 bricks.module \bricks_process_references_dialog_links()
Processes variables for theme_references_dialog_links().
File
- ./
bricks.module, line 208
Code
function bricks_process_references_dialog_links(&$vars) {
$vars['links'][] = array(
'title' => t('Remove'),
'href' => '#',
'attributes' => array(
'class' => 'er-remove',
),
);
}