[buddypress-trac] [BuddyPress Trac] #8012: BP 4.0: Fatal Error re add new members in wp-admin > Groups > Group > Edit

buddypress-trac noreply at wordpress.org
Thu Nov 29 15:17:28 UTC 2018


#8012: BP 4.0: Fatal Error re add new members in wp-admin > Groups > Group > Edit
--------------------------+---------------------
 Reporter:  shanebp       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.1.0
Component:  Core          |     Version:
 Severity:  major         |  Resolution:
 Keywords:  needs-patch   |
--------------------------+---------------------

Comment (by dcavins):

 I propose that we provide an `is_large_network()` check that works for
 multisite and single-site installations, because it's handy, and single BP
 sites can easily exceed 10,000 users. I'm attaching a patch that
 introduces `bp_is_large_network()` which is a wrapper for
 `wp_is_large_network()` when it's available but also works for single
 sites. The only doubt I have is that I have added a new filter hook,
 `bp_is_large_network`, but it is tempting to use the `wp_is_large_network`
 hook for ease of development. Good idea? Or is it gauche to piggyback on
 existing filter hooks?

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8012#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list