Make WordPress Core


Ignore:
Timestamp:
04/25/2011 01:01:34 AM (14 years ago)
Author:
azaozz
Message:

Distraction Free Writing mode, see #17136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r17642 r17695  
    247247add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce'        );
    248248add_action( 'wp_scheduled_delete',        'wp_scheduled_delete'            );
     249add_action( 'tiny_mce_preload_dialogs',   'wp_preload_dialogs',      10, 1 );
    249250
    250251// Navigation menu actions
Note: See TracChangeset for help on using the changeset viewer.