Changes between Initial Version and Version 1 of Ticket #28571, comment 22
- Timestamp:
- 08/16/2014 05:00:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28571, comment 22
initial v1 6 6 > Language updates still coming :-( Maybe it is due to SVN localhost installation? I am not sure, but it is really annoying because of using Poedit and my files are always overwritten. 7 7 8 The reason is that these translation updates are automatic ally, butnot in background (WP_Automatic_Updater is not used), which makes all the fiters and constants obsolete.8 The reason is that these translation updates are automatic/async and not in background (WP_Automatic_Updater is not used), which makes all the fiters and constants obsolete. 9 9 10 If you don't want file changes done by core, you should set the `DISALLOW_FILE_MODS` constant to true. 10 If you don't want file changes done by core, you should set the `DISALLOW_FILE_MODS` constant to true. If you don't want async translation updates you can remove the action: 11 12 `remove_action( 'upgrader_process_complete', array( 'Language_Pack_Upgrader', 'async_upgrade' ), 20 );`
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)