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/fckeditor.php

    r9268 r9293  
    4949    // Additional pages
    5050    if ($section == 'AdditionalPages/admin/add_page.php'
    51       or $section == 'AdditionalPages/admin/admin.php')
     51      or ($section == 'AdditionalPages/admin/admin.php' and (@in_array($_GET['tab'], array('add_page', 'edit_page')))))
    5252    {
    5353      $areas[] = 'ap_content';
    5454      $width = '100%';
     55      $height = '400px';
    5556      $template->set_prefilter('plugin_admin_content', 'add_remove_button');
    5657    }
Note: See TracChangeset for help on using the changeset viewer.