Make WordPress Core


Ignore:
Timestamp:
09/09/2011 08:08:40 PM (14 years ago)
Author:
azaozz
Message:

TinyMCE 3.4.5, fixes #18107

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm

    r17625 r18660  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1<!DOCTYPE html>
    22<html xmlns="http://www.w3.org/1999/xhtml">
    33<head>
    44    <title></title>
    5     <script type="text/javascript" src="../../tiny_mce.js?ver=342-20110407"></script>
     5    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     6    <script type="text/javascript" src="../../tiny_mce.js?ver=345-20110908"></script>
    67    <script type="text/javascript">
    78        function patchCallback(settings, key) {
Note: See TracChangeset for help on using the changeset viewer.