Skip to:
Content

BuddyPress.org

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


Ignore:
Timestamp:
11/02/2014 06:16:23 PM (10 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5977, comment 5

    initial v1  
    44Thanks a lot for your feedback johnjamesjacoby. I think i was a bit afraid about using {{{bp_is_root_blog()}}} because i've seen some people defining {{{BP_ROOT_BLOG}}} to a specific sub site directly from wp-config.php (which is btw causing some of my plugins to fail!).
    55
    6 So i wanted to be 100% sure the site where BuddyPress is activated is the main site of the network, that's what i've created the function {{{bp_is_main_site_for_network()}}} (renamed it in 5977.02.patch)
     6So i wanted to be 100% sure the site where BuddyPress is activated is the main site of the network, that's why i've created the function {{{bp_is_main_site_for_network()}}} (renamed it in 5977.02.patch)