Changes between Initial Version and Version 1 of Ticket #5411, comment 6
- Timestamp:
- 03/01/2014 01:01:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5411, comment 6
initial v1 1 1 > 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. 2 2 3 I just checked all wp.org plugins and only one plugin suffers from this change.3 I just checked all wp.org plugins and ~~only one plugin suffers from this change~~ no plugin suffers from this change :). 4 4 5 5 `bp-groups-suggestions` expects the group extras so the last active timestamp will work: 6 6 https://github.com/wp-plugins/bp-groups-suggestions/blob/9271125afe24e5b18f9f0d7fcbae9d6d563e679a/bp-group-suggest.php#L234 7 7 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. 9 9 10 10 FYI, if you're interested, here's what I used to search all wp.org plugins on Github: