Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4831, comment 5


Ignore:
Timestamp:
02/16/2013 12:43:35 PM (12 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4831, comment 5

    initial v1  
    1212
    1313
    14 ```function bp_blogs_activity_feed() {
     14{{{
     15function bp_blogs_activity_feed() {
    1516 _e('Enabling the setting \'Discourage search engines from indexing this site\' will remove all MS blogs content from the BP activity feed', 'buddypress');
    1617}
    17 add_action('blog_privacy_selector', 'bp_blogs_activity_feed');```
    18 
     18add_action('blog_privacy_selector', 'bp_blogs_activity_feed');
     19}}}
    1920That 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.
    2021