Ticket #7550: 7550.r8674.diff
File 7550.r8674.diff, 4.8 KB (added by , 17 years ago) |
---|
-
wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php
4 4 * 5 5 * This class was contributed by Michel Weimerskirch. 6 6 * 7 * @package MCManager.includes 7 8 * @author Moxiecode 8 9 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 9 10 */ -
wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php
2 2 /** 3 3 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ 4 4 * 5 * @package MCManager.includes 5 6 * @author Moxiecode 6 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 7 8 */ -
wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php
2 2 /** 3 3 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ 4 4 * 5 * @package MCManager.includes 5 6 * @author Moxiecode 6 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 7 8 */ -
wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php
2 2 /** 3 3 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ 4 4 * 5 * @package MCManager.includes 5 6 * @author Moxiecode 6 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 7 8 */ -
wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
2 2 /** 3 3 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ 4 4 * 5 * @package MCManager.includes 5 6 * @author Moxiecode 6 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 7 8 */ -
wp-includes/js/tinymce/plugins/spellchecker/config.php
1 1 <?php 2 /** 3 * config.php 4 * @package MCManager.includes 5 * @author Moxiecode 6 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved. 7 */ 2 8 // General settings 3 9 $config['general.engine'] = 'GoogleSpell'; 4 10 //$config['general.engine'] = 'PSpell'; -
wp-includes/js/tinymce/plugins/spellchecker/rpc.php
2 2 /** 3 3 * $Id: rpc.php 822 2008-04-28 13:45:03Z spocke $ 4 4 * 5 * @package MCManager.includes 5 6 * @author Moxiecode 6 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 7 8 */ -
wp-includes/js/tinymce/tiny_mce_config.php
1 1 <?php 2 // some code below is from:3 2 /** 4 3 * $Id: tiny_mce_gzip.php 315 2007-10-25 14:03:43Z spocke $ 5 4 * -
wp-includes/js/tinymce/wp-mce-help.php
1 <?php require_once('../../../wp-load.php'); 1 <?php 2 /** 3 * @package TinyMCE 4 * @author Moxiecode 5 * @copyright Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved. 6 */ 7 8 /** @ignore */ 9 require_once('../../../wp-load.php'); 2 10 header('Content-Type: text/html; charset=' . get_bloginfo('charset')); 3 11 ?> 4 12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">