xref: /plugin/timezoneco/conf/metadata.php (revision 634d1b1bab8e01668c6395fbe9a4b21a73e74a71)
1<?php
2/**
3 * Options for the timezone plugin
4 *
5 * @author Ruben Carlo Benante <rcb@beco.cc>
6 */
7
8
9$meta['timezone'] = array('multichoice', '_choices' => array_merge(array(''), timezone_identifiers_list()));
10
11