<?php
/**
* Editor framework for XOOPS
*
* @copyright (c) 2000-2025 XOOPS Project (https://xoops.org)
* @license GNU GPL 2 (https://www.gnu.org/licenses/gpl-2.0.html)
* @author Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>
* @since 1.00
* @package xoopseditor
*/
/*
* Associated with editor_registry.php
*/
define('_XOOPS_EDITOR_TEXTAREA', 'Plain Text');
|