Changeset 21943 for trunk/wp-includes/default-filters.php
- Timestamp:
- 09/21/2012 06:52:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r21537 r21943 250 250 add_action( 'pre_post_update', 'wp_save_post_revision' ); 251 251 add_action( 'publish_post', '_publish_post_hook', 5, 1 ); 252 add_action( 'save_post', '_save_post_hook', 5, 2 );253 252 add_action( 'transition_post_status', '_transition_post_status', 5, 3 ); 254 253 add_action( 'transition_post_status', '_update_term_count_on_transition_post_status', 10, 3 );
Note: See TracChangeset
for help on using the changeset viewer.