Changes between Initial Version and Version 1 of Ticket #5399, comment 2
- Timestamp:
- 03/12/2014 11:13:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5399, comment 2
initial v1 117 117 It's pretty clear to me that the second variation, where meta_keys are not returned, is more or less useless. For this reason, I think we can safely assume that no one is actually using it, and we can use the WP return format. For bp_activity_get_meta(), the return value is at least structured in a way where someone might use it. 118 118 119 However, I think that the chance of breakage is fairly slight, and we can publicize it prior to release. I recommend that we move to the BP return format.119 However, I think that the chance of breakage is fairly slight, and we can publicize it prior to release. I recommend that we move to the WP return format. 120 120 121 121 ==