Changeset 29668 for trunk/src/wp-includes/ms-default-filters.php
- Timestamp:
- 09/02/2014 07:29:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-filters.php
r28881 r29668 72 72 73 73 // Some options changes should trigger blog details refresh. 74 add_action( 'updated_option', '_wp_refresh_blog_details_on_updated_option' ); 74 add_action( 'update_option_blogname', 'refresh_blog_details', 10, 0 ); 75 add_action( 'update_option_siteurl', 'refresh_blog_details', 10, 0 ); 76 add_action( 'update_option_post_count', 'refresh_blog_details', 10, 0 ); 75 77 76 78 // If the network upgrade hasn't run yet, assume ms-files.php rewriting is used.
Note: See TracChangeset
for help on using the changeset viewer.