equal
deleted
inserted
replaced
20 add_action( 'wpmueditblogaction', 'upload_space_setting' ); |
20 add_action( 'wpmueditblogaction', 'upload_space_setting' ); |
21 |
21 |
22 // Network hooks. |
22 // Network hooks. |
23 add_action( 'update_site_option_admin_email', 'wp_network_admin_email_change_notification', 10, 4 ); |
23 add_action( 'update_site_option_admin_email', 'wp_network_admin_email_change_notification', 10, 4 ); |
24 |
24 |
25 // Taxonomy hooks. |
|
26 add_filter( 'get_term', 'sync_category_tag_slugs', 10, 2 ); |
|
27 |
|
28 // Post hooks. |
25 // Post hooks. |
29 add_filter( 'wp_insert_post_data', 'avoid_blog_page_permalink_collision', 10, 2 ); |
26 add_filter( 'wp_insert_post_data', 'avoid_blog_page_permalink_collision', 10, 2 ); |
30 |
27 |
31 // Tools hooks. |
28 // Tools hooks. |
32 add_filter( 'import_allow_create_users', 'check_import_new_users' ); |
29 add_filter( 'import_allow_create_users', 'check_import_new_users' ); |