Make WordPress Core

Changeset 4536


Ignore:
Timestamp:
11/28/2006 10:00:10 PM (19 years ago)
Author:
ryan
Message:

Bump ver number in MCE help dialog. Props Voper007Bond. fixes #3392

File:
1 edited

Legend:

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

    r4258 r4536  
    165165<div id="content4" class="hidden">
    166166    <h2><?php _e('About TinyMCE'); ?></h2>
    167     <p><?php printf(__('Version: %s'), '2.0RC4') ?></p>
     167    <p><?php printf(__('Version: %s'), '2.0.8') ?></p>
    168168    <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('home').'/wp-includes/js/tinymce/license.txt" target="_blank" title="'.__('GNU Library General Public Licence').'">') ?></p>
    169169    <p><?php _e('Copyright &copy; 2005, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
Note: See TracChangeset for help on using the changeset viewer.