Automattic / babble

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

Cookies shouldn't use `$wpdb->prefix` #280

Closed johnbillion closed 9 years ago

johnbillion commented 9 years ago

See #232.

This introduces path-specificity to the content and interface language cookies, and removes the $wpdb->prefix prefix. Introduces tests for single site and multisite.

If you're curious about the wp- prefix on the cookies, see WordPress core issue #25287.