[wp-trac] [WordPress Trac] #28571: Language updates problems
WordPress Trac
noreply at wordpress.org
Sat Aug 16 16:23:29 UTC 2014
#28571: Language updates problems
--------------------------+--------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0
Component: I18N | Version: trunk
Severity: major | Resolution:
Keywords: | Focuses:
--------------------------+--------------------
Comment (by ocean90):
Replying to [comment:18 pavelevap]:
> I tried to add following code to plugin file (or functions.php in 2014
theme):
>
> `add_filter( 'auto_update_translation', '__return_false' );`
>
> 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.
The reason is that these translation updates are automatically, but not in
background (WP_Automatic_Updater is not used), which makes all the fiters
and constants obsolete.
If you don't want file changes done by core, you should set the
`DISALLOW_FILE_MODS` constant to true.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28571#comment:22>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list