Changes between Initial Version and Version 1 of Ticket #4831, comment 5
- Timestamp:
- 02/16/2013 12:43:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4831, comment 5
initial v1 12 12 13 13 14 ```function bp_blogs_activity_feed() { 14 {{{ 15 function bp_blogs_activity_feed() { 15 16 _e('Enabling the setting \'Discourage search engines from indexing this site\' will remove all MS blogs content from the BP activity feed', 'buddypress'); 16 17 } 17 add_action('blog_privacy_selector', 'bp_blogs_activity_feed'); ```18 18 add_action('blog_privacy_selector', 'bp_blogs_activity_feed'); 19 }}} 19 20 That would be best run from bp-blog-functions I guess and based on what state the blog is set as e.g. flip the message 'site visibility is set to discourage, BP is not adding blogs to activity feed' / 'enabling this setting will remove blogs from activity feed. 20 21