File level phpdoc for tinymcs spellchecker. See #7550 props santosj.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-08-20 06:20:22 +00:00
parent 56fe88e88f
commit 23645ea1c4
9 changed files with 21 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* *
* This class was contributed by Michel Weimerskirch. * This class was contributed by Michel Weimerskirch.
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -2,6 +2,7 @@
/** /**
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -2,6 +2,7 @@
/** /**
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -2,6 +2,7 @@
/** /**
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -2,6 +2,7 @@
/** /**
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -1,4 +1,10 @@
<?php <?php
/**
* config.php
* @package MCManager.includes
* @author Moxiecode
* @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
*/
// General settings // General settings
$config['general.engine'] = 'GoogleSpell'; $config['general.engine'] = 'GoogleSpell';
//$config['general.engine'] = 'PSpell'; //$config['general.engine'] = 'PSpell';

View File

@ -2,6 +2,7 @@
/** /**
* $Id: rpc.php 822 2008-04-28 13:45:03Z spocke $ * $Id: rpc.php 822 2008-04-28 13:45:03Z spocke $
* *
* @package MCManager.includes
* @author Moxiecode * @author Moxiecode
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/ */

View File

@ -1,5 +1,4 @@
<?php <?php
// some code below is from:
/** /**
* $Id: tiny_mce_gzip.php 315 2007-10-25 14:03:43Z spocke $ * $Id: tiny_mce_gzip.php 315 2007-10-25 14:03:43Z spocke $
* *

View File

@ -1,4 +1,12 @@
<?php require_once('../../../wp-load.php'); <?php
/**
* @package TinyMCE
* @author Moxiecode
* @copyright Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved.
*/
/** @ignore */
require_once('../../../wp-load.php');
header('Content-Type: text/html; charset=' . get_bloginfo('charset')); header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
?> ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">