mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
BP has historically had problems when posting certain kinds of blog posts to the activity stream, such as improper bumping for post edits and incorrect timestamps for scheduled posts. These problems stem from the fact that bp_blogs_record_post has been hooked to the generic 'save_post'. Using 'transition_post_status' instead allows BP to prevent edit-bumps, while allowing bp_blogs_record_post() to use post_date_gmt for activity timestamps (thereby properly attributing scheduled posts). See #3746, #2546. Fixes #4090 git-svn-id: https://buddypress.svn.wordpress.org/trunk@7577 cdf35c40-ae34-48e0-9cc9-0c9da1808c22 |
||
|---|---|---|
| .. | ||
| bp-blogs-actions.php | ||
| bp-blogs-activity.php | ||
| bp-blogs-buddybar.php | ||
| bp-blogs-cache.php | ||
| bp-blogs-classes.php | ||
| bp-blogs-filters.php | ||
| bp-blogs-functions.php | ||
| bp-blogs-loader.php | ||
| bp-blogs-screens.php | ||
| bp-blogs-template.php | ||
| bp-blogs-widgets.php | ||