Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Use wp_cache_set instead of wp_cache_add #259

Closed joehoyle closed 9 years ago

joehoyle commented 9 years ago

Most of these are preceded by a wp_cache_get() check, however it's possible that empty arrays in cache etc would fail this check, and therefore wp_cache_add would fail, so this is still providing a failsafe.

See #239

joehoyle commented 9 years ago

@johnbillion happy for this to go in?