Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-help.php

    r6694 r6726  
    130130        }
    131131    }
    132    
     132
    133133    function init() {
    134134        document.getElementById('version').innerHTML = tinymce.majorVersion + "." + tinymce.minorVersion;
     
    136136    }
    137137    tinyMCEPopup.onInit.add(init);
    138    
     138
    139139    // For modal dialogs in IE
    140140    if (tinymce.isIE)
     
    191191<div id="content4" class="hidden">
    192192    <h2><?php _e('About TinyMCE'); ?></h2>
    193    
     193
    194194    <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p>
    195195    <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.get_bloginfo('url').'/wp-includes/js/tinymce/license.txt" target="_blank" title="'.__('GNU Library General Public Licence').'">') ?></p>
Note: See TracChangeset for help on using the changeset viewer.