Automattic / babble

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

Clarify filter names around creating empty translations #219

Open simonwheatley opened 9 years ago

simonwheatley commented 9 years ago

Currently all Babble filters and actions are prefixed with bbl_ except babble_create_empty_translation which is an action triggered by an immediate cron job in order to asynchronously create the empty translations.

simonwheatley commented 9 years ago

Proposal:

See:

simonwheatley commented 9 years ago

Looks like there may be some issues with fallback content when using the API functions, as exposed by the tests added in https://github.com/Automattic/babble/commit/81090bc2e24d1f8b9b502b5bf2429efde5816d1b. :worried: