OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / wiki_main / include / plugin / contents.inc.php
1 <?php
2 /**
3  * contentsプラグイン
4  *
5  * PHP versions 5
6  *
7  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
8  *
9  * @package    Magic3 Framework
10  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
11  * @copyright  Copyright 2006-2008 Magic3 Project.
12  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
13  * @version    SVN: $Id: contents.inc.php 1098 2008-10-22 11:43:09Z fishbone $
14  * @link       http://www.magic3.org
15  */
16 function plugin_contents_convert()
17 {
18         // This character string is substituted later.
19         return '<#_contents_>';
20 }
21 ?>