| 1 |
<?php |
<?php |
| 2 |
// $Id: flag.inc,v 1.1.2.30.2.16 2009/10/28 02:38:10 quicksketch Exp $ |
// $Id: flag.inc,v 1.1.2.30.2.17 2009/11/03 03:09:05 quicksketch Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 205 |
$options = array_merge($options, $link_type['options']); |
$options = array_merge($options, $link_type['options']); |
| 206 |
|
|
| 207 |
// Allow other modules to change the flag options. |
// Allow other modules to change the flag options. |
| 208 |
drupal_alter('flag_options', $this, $options); |
drupal_alter('flag_options', $options, $this); |
| 209 |
return $options; |
return $options; |
| 210 |
} |
} |
| 211 |
|
|