Changeset 6726 for trunk/wp-includes/js/tinymce/wp-mce-help.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/wp-mce-help.php
r6694 r6726 130 130 } 131 131 } 132 132 133 133 function init() { 134 134 document.getElementById('version').innerHTML = tinymce.majorVersion + "." + tinymce.minorVersion; … … 136 136 } 137 137 tinyMCEPopup.onInit.add(init); 138 138 139 139 // For modal dialogs in IE 140 140 if (tinymce.isIE) … … 191 191 <div id="content4" class="hidden"> 192 192 <h2><?php _e('About TinyMCE'); ?></h2> 193 193 194 194 <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p> 195 195 <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.