[wp-trac] [WordPress Trac] #32270: Update Core updates translations when updating plugin or theme

WordPress Trac noreply at wordpress.org
Wed May 6 19:48:11 UTC 2015


#32270: Update Core updates translations when updating plugin or theme
-----------------------------+-----------------------
 Reporter:  MattyRob         |       Owner:
     Type:  defect (bug)     |      Status:  reopened
 Priority:  normal           |   Milestone:
Component:  Upgrade/Install  |     Version:  4.2.1
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+-----------------------
Changes (by MattyRob):

 * status:  closed => reopened
 * resolution:  wontfix =>


Comment:

 Thanks for clarifying that but I have the following in the plugin on my
 site:

 add_filter( 'auto_update_core', '__return_false' );
 add_filter( 'auto_update_plugin', '__return_false' );
 add_filter( 'auto_update_theme', '__return_false' );
 add_filter( 'auto_update_translation', '__return_false' );

 I want total control over all updates that are applied.

 The by design function of the update-core.php countermands the above
 filters and updates a translation when I want a plugin or theme updated.
 That's not a great user experience.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32270#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list