Ignore:
Timestamp:
Feb 19, 2011, 3:38:31 PM (13 years ago)
Author:
patdenice
Message:

Update to CK Editor 3.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/ckeditor/ckeditor_php5.php

    r7950 r9293  
    11<?php
    22/*
    3 * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
     3* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
    44* For licensing, see LICENSE.html or http://ckeditor.com/license
    55*/
     
    2121         * The version of %CKEditor.
    2222         */
    23         const version = '3.4.2';
     23        const version = '3.5.2';
    2424        /**
    2525         * A constant string unique for each release of %CKEditor.
    2626         */
    27         const timestamp = 'AA4E4NT';
     27        const timestamp = 'B1GG4Z6';
    2828
    2929        /**
     
    7979         * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor.
    8080         */
    81         public $timestamp = "AA4E4NT";
     81        public $timestamp = "B1GG4Z6";
    8282        /**
    8383         * An array that holds event listeners.
     
    492492                else {
    493493                        /**
    494                          * realpath Returns canonicalized absolute pathname
     494                         * realpath - Returns canonicalized absolute pathname
    495495                         */
    496496                        $realPath = realpath( './' ) ;
     
    556556
    557557                                $val = str_replace($jsonReplaces[0], $jsonReplaces[1], $val);
     558                                if (strtoupper(substr($val, 0, 9)) == 'CKEDITOR.') {
     559                                        return $val;
     560                                }
    558561
    559562                                return '"' . $val . '"';
Note: See TracChangeset for help on using the changeset viewer.