[wp-trac] [WordPress Trac] #34777: auto_update_translation runs on plugin-install, even when i add add_filter( 'auto_update_translation', '__return_false' ); to functions.php

WordPress Trac noreply at wordpress.org
Tue Nov 24 10:57:27 UTC 2015


#34777: auto_update_translation runs on plugin-install, even when i add add_filter(
'auto_update_translation', '__return_false' ); to functions.php
-----------------------------+-----------------------------
 Reporter:  jnz31            |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  4.3.1
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 i recently added the filter

 {{{
 add_filter( 'auto_update_translation', '__return_false' );
 }}}
 to my functions.php
 to not update the language files.
 now i installed a new plugin and wordpress also updated the language in
 the same run. but i don't want wordpress to update the language at all..

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34777>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list