Make WordPress Core


Ignore:
Timestamp:
08/03/2011 10:19:00 AM (15 years ago)
Author:
azaozz
Message:

Editor API enhancement, first run (still needs some work), see #17144

File:
1 edited

Legend:

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

    r18446 r18498  
    255255add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce'        );
    256256add_action( 'wp_scheduled_delete',        'wp_scheduled_delete'            );
    257 add_action( 'before_wp_tiny_mce',         'wp_print_editor_js'             );
    258 add_action( 'after_wp_tiny_mce',          'wp_preload_dialogs',      10, 1 );
    259257add_action( 'admin_init',                 'send_frame_options_header', 10, 0 );
    260258add_action( 'importer_scheduled_cleanup', 'wp_delete_attachment'           );
Note: See TracChangeset for help on using the changeset viewer.