Changeset 41665 for trunk/src/wp-includes/ms-default-filters.php
- Timestamp:
- 10/02/2017 03:08:18 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-filters.php
r41625 r41665 55 55 add_action( 'delete_post', '_update_blog_date_on_post_delete' ); 56 56 add_action( 'transition_post_status', '_update_blog_date_on_post_publish', 10, 3 ); 57 add_action( 'transition_post_status', '_update_posts_count_on_transition_post_status', 10, 2);57 add_action( 'transition_post_status', '_update_posts_count_on_transition_post_status', 10, 3 ); 58 58 59 59 // Counts
Note: See TracChangeset
for help on using the changeset viewer.