Changeset 8690
- Timestamp:
- 08/20/2008 06:57:16 PM (17 years ago)
- Location:
- branches/crazyhorse
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/install-helper.php
r8680 r8690 36 36 * 37 37 * @package WordPress 38 * @subpackage Plugin s38 * @subpackage Plugin 39 39 */ 40 40 … … 65 65 * @since unknown 66 66 * @package WordPress 67 * @subpackage Plugin s67 * @subpackage Plugin 68 68 * @uses $wpdb 69 69 * … … 97 97 * @since unknown 98 98 * @package WordPress 99 * @subpackage Plugin s99 * @subpackage Plugin 100 100 * @uses $wpdb 101 101 * @uses $debug … … 132 132 * @since unknown 133 133 * @package WordPress 134 * @subpackage Plugin s134 * @subpackage Plugin 135 135 * @uses $wpdb 136 136 * … … 174 174 * Extra 175 175 * 176 * @since unknown 177 * @package WordPress 178 * @subpackage Plugin 179 * 176 180 * @param string $table_name Table name 177 181 * @param string $col_name Column name -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php
r8620 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php
r7147 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php
r6632 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php
r8620 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
r8620 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/config.php
r8620 r8690 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'; -
branches/crazyhorse/wp-includes/js/tinymce/plugins/spellchecker/rpc.php
r8620 r8690 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. -
branches/crazyhorse/wp-includes/js/tinymce/tiny_mce_config.php
r8623 r8690 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 $ -
branches/crazyhorse/wp-includes/js/tinymce/wp-mce-help.php
r8620 r8690 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.