HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/library/HTMLPurifier/Language/messages/en-x-testmini.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // private language message file for unit testing purposes
00004 // this language file has no class associated with it
00005 
00006 $fallback = 'en';
00007 
00008 $messages = array(
00009     'HTMLPurifier' => 'HTML Purifier XNone'
00010 );
00011 
00012 // vim: et sw=4 sts=4