1<?php
2/**
3 * Options for the function plugin
4 *
5 * @author Tom Cafferty <tcafferty@glocalfocal.com>
6 */
7
8$meta['file1'] = array('string');
9$meta['file2'] = array('string');
10$meta['file3'] = array('string');
11
12