Automattic / babble

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

Should use wp_cache_set instead of wp_cache_add #239

Closed nickdaugherty closed 9 years ago

nickdaugherty commented 9 years ago

When setting cache values, it's generally better to use wp_cache_set instead of wp_cache_add, as the former will insert or replace values, where the latter only adds them if not already set.