Changeset 38810 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/18/2016 08:04:36 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r38778 r38810 76 76 // Slugs 77 77 add_filter( 'pre_term_slug', 'sanitize_title' ); 78 add_filter( 'wp_insert_post_data', '_wp_customize_changeset_filter_insert_post_data', 10, 2 ); 78 79 79 80 // Keys … … 383 384 add_action( 'wp_head', '_custom_logo_header_styles' ); 384 385 add_action( 'plugins_loaded', '_wp_customize_include' ); 386 add_action( 'transition_post_status', '_wp_customize_publish_changeset', 10, 3 ); 385 387 add_action( 'admin_enqueue_scripts', '_wp_customize_loader_settings' ); 386 388 add_action( 'delete_attachment', '_delete_attachment_theme_mod' );
Note: See TracChangeset
for help on using the changeset viewer.