Changeset 12745 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 10/09/2020 07:17:20 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r12734 r12745 576 576 } 577 577 578 if ( function_exists( 'wp_switch_roles_and_user' ) ) {578 if ( bp_is_running_wp( '4.9.0' ) ) { 579 579 add_action( 'clean_site_cache', 'bp_blogs_delete_url_blogmeta' ); 580 580 } else {
Note: See TracChangeset
for help on using the changeset viewer.