Changes between Initial Version and Version 1 of Ticket #30915, comment 2
- Timestamp:
- 01/05/2015 06:10:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30915, comment 2
initial v1 1 1 So let me summarize: The dashboard deliberately lies to the user about the extent of automatic updates, Wordpress can and will by default overwrite and reset the user's translations at any time, and there is no notification whatsoever, not even an increased version number, so the site owner will never know until he gets feedback from customers. 2 2 3 The [http://codex.wordpress.org/Configuring_Automatic_Background_Updates documentation] mentions that notifications are ON by default, when they are in fact not for translations, which are far more likely to be changed than code by a non-technically minded admin. 3 The [http://codex.wordpress.org/Configuring_Automatic_Background_Updates documentation] mentions that notifications are ON by default, when they are in fact not for translations, which are far more likely to be changed than code by a non-technically minded admin. The only way to re-activate notifications for translation updates is by modifying core source code, or by using a [https://developer.wordpress.org/reference/hooks/automatic_updates_send_debug_email/ developer debug feature]. 4 4 5 5 And this can only be prevented by putting the whole setup into version control (like I had), by frequently checking source files, or by turning off these updates by adding filters to source code.