1<?php
2/**
3 * Options for the namespacemessage plugin
4 *
5 * @author Christoph Ziehr <info@einsatzleiterwiki.de>
6 */
7
8//$meta['namespaces'] = array('string');
9$meta['not_in_namespaces'] = array('string');
10$meta['message'] = array('string');
11
12