You are here

function bricks_process_references_dialog_links in Bricks​ 7.4

Same name and namespace in other branches
  1. 7.5 bricks.module \bricks_process_references_dialog_links()

Processes variables for theme_references_dialog_links().

File

./bricks.module, line 174

Code

function bricks_process_references_dialog_links(&$vars) {
  $vars['links'][] = array(
    'title' => t('Remove'),
    'href' => '#',
    'attributes' => array(
      'class' => 'er-remove',
    ),
  );
}