Changeset 20453 for trunk/wp-includes/default-filters.php
- Timestamp:
- 04/12/2012 06:49:48 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r20234 r20453 254 254 add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce' ); 255 255 add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); 256 add_action( 'wp_scheduled_auto_draft_delete', 'wp_delete_auto_drafts' ); 256 257 add_action( 'admin_init', 'send_frame_options_header', 10, 0 ); 257 258 add_action( 'importer_scheduled_cleanup', 'wp_delete_attachment' );
Note: See TracChangeset
for help on using the changeset viewer.