You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the shared_counts_link_data filter, but it only used to determine if the $attr array is empty. We then loop through the unfiltered $attr array, defeating the purpose of the filter (see here).
The text was updated successfully, but these errors were encountered:
We have the
shared_counts_link_data
filter, but it only used to determine if the$attr
array is empty. We then loop through the unfiltered$attr
array, defeating the purpose of the filter (see here).The text was updated successfully, but these errors were encountered: