Skip to:
Content

BuddyPress.org

Changeset 11721


Ignore:
Timestamp:
11/02/2017 03:04:37 AM (9 years ago)
Author:
boonebgorges
Message:

After [11720], update bp_blogs_delete_url_blogmeta() description.

Props netweb.
See #7617.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-functions.php

    r11720 r11721  
    549549 * Deletes the 'url' blogmeta for a site.
    550550 *
    551  * Hooked to 'refresh_blog_details', which is notably used when editing a site
    552  * under "Network Admin > Sites".
     551 * Fires when a site's details are updated, which generally happens when
     552 * editing a site under "Network Admin > Sites". Prior to WP 4.9, the
     553 * correct hook was 'refresh_blog_details'; afterward, 'clean_site_cache'.
    553554 *
    554555 * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.