Changeset 8686
- Timestamp:
- 08/20/2008 06:20:22 AM (16 years ago)
- Location:
- trunk/wp-includes/js/tinymce
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php
r8512 r8686 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. -
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php
r7147 r8686 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. -
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php
r6632 r8686 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. -
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php
r8512 r8686 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. -
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
r8512 r8686 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. -
trunk/wp-includes/js/tinymce/plugins/spellchecker/config.php
r8512 r8686 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'; -
trunk/wp-includes/js/tinymce/plugins/spellchecker/rpc.php
r8512 r8686 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. -
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8600 r8686 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 $ -
trunk/wp-includes/js/tinymce/wp-mce-help.php
r8600 r8686 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.