Changeset 26876 for trunk/src/wp-includes/js/tinymce/wp-mce-help.php
- Timestamp:
- 12/28/2013 11:52:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/wp-mce-help.php
r25616 r26876 231 231 <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p> 232 232 <p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor 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="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public License').'">'); ?></p> 233 <p><?php _e('Copyright © 2003-201 1, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.'); ?></p>233 <p><?php _e('Copyright © 2003-2014, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.'); ?></p> 234 234 <p><?php _e('For more information about this software visit the <a href="http://tinymce.com" target="_blank">TinyMCE website</a>.'); ?></p> 235 236 <div id="buttoncontainer"> 237 <a href="http://www.moxiecode.com" target="_blank"><img src="themes/advanced/img/gotmoxie.png" alt="<?php esc_attr_e('Got Moxie?'); ?>" style="border: 0" /></a> 238 </div> 239 240 </div> 235 </div> 236 241 237 </div> 242 238
Note: See TracChangeset
for help on using the changeset viewer.