Make WordPress Core


Ignore:
Timestamp:
06/04/2011 12:46:47 AM (14 years ago)
Author:
azaozz
Message:

DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503, fixes #17644, fixes #17664, fixes #17596

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r18105 r18137  
    15821582        'extended_valid_elements' => 'article[*],aside[*],audio[*],canvas[*],command[*],datalist[*],details[*],embed[*],figcaption[*],figure[*],footer[*],header[*],hgroup[*],keygen[*],mark[*],meter[*],nav[*],output[*],progress[*],section[*],source[*],summary,time[*],video[*],wbr',
    15831583        'wpeditimage_disable_captions' => $no_captions,
     1584        'wp_fullscreen_content_css' => "$baseurl/plugins/wpfullscreen/css/wp-fullscreen.css",
    15841585        'plugins' => implode( ',', $plugins ),
    15851586    );
Note: See TracChangeset for help on using the changeset viewer.