You are here

chosen.inc in Chosen 7.3

File

plugins/library/chosen.inc
View source
<?php

$plugin = array(
  'name' => t('Chosen'),
  'description' => t('Default chosen plugin.'),
  'class' => 'chosen_library',
);