Changeset 17999 for trunk/wp-includes/default-filters.php
- Timestamp:
- 05/22/2011 11:25:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r17994 r17999 258 258 add_action( 'after_wp_tiny_mce', 'wp_preload_dialogs', 10, 1 ); 259 259 add_action( 'admin_init', 'send_frame_options_header', 10, 0 ); 260 add_action( 'importer_scheduled_cleanup', 'wp_delete_attachment' ); 260 261 261 262 // Navigation menu actions
Note: See TracChangeset
for help on using the changeset viewer.