Changeset 24043 for trunk/wp-includes/default-filters.php
- Timestamp:
- 04/22/2013 04:00:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23881 r24043 132 132 add_filter( 'the_title', 'convert_chars' ); 133 133 add_filter( 'the_title', 'trim' ); 134 add_filter( 'the_title', '_post_formats_title', 10, 2 ); 134 135 135 136 add_filter( 'the_content', 'post_formats_compat', 7 ); … … 251 252 add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); 252 253 add_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); 254 add_action( 'wp_insert_post_data', '_post_formats_fix_empty_title', 10, 2 ); 253 255 add_action( 'wp_insert_post', 'wp_save_post_revision', 10, 1 ); 254 256 add_action( 'publish_post', '_publish_post_hook', 5, 1 );
Note: See TracChangeset
for help on using the changeset viewer.