Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5411, comment 6


Ignore:
Timestamp:
03/01/2014 01:01:22 AM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5411, comment 6

    initial v1  
    11> However, I think that defaulting to populate_extras=false will break backward compatibility with plugins that may be depending on the populate_extras data to be there.
    22
    3 I just checked all wp.org plugins and only one plugin suffers from this change.
     3I just checked all wp.org plugins and ~~only one plugin suffers from this change~~ no plugin suffers from this change :).
    44
    55`bp-groups-suggestions` expects the group extras so the last active timestamp will work:
    66https://github.com/wp-plugins/bp-groups-suggestions/blob/9271125afe24e5b18f9f0d7fcbae9d6d563e679a/bp-group-suggest.php#L234
    77
    8 IMO, the plugin should be using a group loop.  I can reach out to the author (lenasterg) so this will be fixed in a future release of the plugin.
     8'''Update:''' `bp_get_group_last_active()` is smart enough to grab the last active timestamp from groupmeta when it doesn't exist in the global.
    99
    1010FYI, if you're interested, here's what I used to search all wp.org plugins on Github: