Make WordPress Core


Ignore:
Timestamp:
08/20/2008 06:20:22 AM (17 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 */
     9require_once('../../../wp-load.php');
    210header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
    311?>
Note: See TracChangeset for help on using the changeset viewer.