Changeset 18809 for trunk/wp-includes/default-filters.php
- Timestamp:
- 09/29/2011 05:29:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r18783 r18809 255 255 add_action( 'save_post', '_save_post_hook', 5, 2 ); 256 256 add_action( 'transition_post_status', '_transition_post_status', 5, 3 ); 257 add_action( 'transition_post_status', '_update_term_count_on_transition_post_status', 10, 3 );258 257 add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce' ); 259 258 add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' );
Note: See TracChangeset
for help on using the changeset viewer.