#564492: by Roger Lopez: Change default class includes from .inc files to .class.php files so they dont get read as plugins.
#534034 by DamienMcKenna: Add access rule for term ID selection.
#592692 by johnskulski: use theme_links instead of theme(links) for dropdown because we do not actually want a theme to change this output.
+#491884 by ayalon: Provide blank substitutions for optional contexts that do not appear.
ctools 6.x-1.x-dev
==================
if (isset($context_keywords[$context])) {
$keywords['%' . $keyword] = ctools_context_convert_context($context_keywords[$context], $converter);
}
+ else {
+ $keywords['%' . $keyword] = '';
+ }
}
else {
if (isset($context_keywords[$keyword])) {