Changeset 38961 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/26/2016 03:35:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r38925 r38961 407 407 add_action( 'before_delete_post', '_reset_front_page_settings_for_post' ); 408 408 add_action( 'wp_trash_post', '_reset_front_page_settings_for_post' ); 409 add_action( 'change_locale', 'create_initial_post_types' ); 409 410 410 411 // Post Formats … … 432 433 // Taxonomy 433 434 add_action( 'init', 'create_initial_taxonomies', 0 ); // highest priority 435 add_action( 'change_locale', 'create_initial_taxonomies' ); 434 436 435 437 // Canonical
Note: See TracChangeset
for help on using the changeset viewer.