Make WordPress Core

Ticket #7550: 7550.r8674.diff

File 7550.r8674.diff, 4.8 KB (added by santosj, 16 years ago)

Corrections for TinyMCE Spellchecker plugin for adding @package phpdoc tags, based off of r8674

  • wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php

     
    44 *
    55 * This class was contributed by Michel Weimerskirch.
    66 *
     7 * @package MCManager.includes
    78 * @author Moxiecode
    89 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    910 */
  • wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php

     
    22/**
    33 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
    44 *
     5 * @package MCManager.includes
    56 * @author Moxiecode
    67 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    78 */
  • wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php

     
    22/**
    33 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
    44 *
     5 * @package MCManager.includes
    56 * @author Moxiecode
    67 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    78 */
  • wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php

     
    22/**
    33 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
    44 *
     5 * @package MCManager.includes
    56 * @author Moxiecode
    67 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    78 */
  • wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php

     
    22/**
    33 * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
    44 *
     5 * @package MCManager.includes
    56 * @author Moxiecode
    67 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    78 */
  • wp-includes/js/tinymce/plugins/spellchecker/config.php

     
    11<?php
     2/**
     3 * config.php
     4 * @package MCManager.includes
     5 * @author Moxiecode
     6 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
     7 */
    28        // General settings
    39        $config['general.engine'] = 'GoogleSpell';
    410        //$config['general.engine'] = 'PSpell';
  • wp-includes/js/tinymce/plugins/spellchecker/rpc.php

     
    22/**
    33 * $Id: rpc.php 822 2008-04-28 13:45:03Z spocke $
    44 *
     5 * @package MCManager.includes
    56 * @author Moxiecode
    67 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    78 */
  • wp-includes/js/tinymce/tiny_mce_config.php

     
    11<?php
    2 // some code below is from:
    32/**
    43 * $Id: tiny_mce_gzip.php 315 2007-10-25 14:03:43Z spocke $
    54 *
  • 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 */
     9require_once('../../../wp-load.php');
    210header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
    311?>
    412<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">