buddypress/bp-blogs
Boone B Gorges e0f1873384 Publish blog posts to the activity stream based on transition_post_status
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
2013-11-15 21:31:46 +00:00
..
bp-blogs-actions.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-activity.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-buddybar.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-cache.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-classes.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-filters.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-functions.php Publish blog posts to the activity stream based on transition_post_status 2013-11-15 21:31:46 +00:00
bp-blogs-loader.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-screens.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-template.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-widgets.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00