[wp-trac] [WordPress Trac] #48850: Plugins Screen: introduce "Automatic updates" column / option

WordPress Trac noreply at wordpress.org
Thu Jan 23 14:34:56 UTC 2020


#48850: Plugins Screen: introduce "Automatic updates" column / option
-------------------------------------+-------------------------------------
 Reporter:  jeherve                  |       Owner:  audrasjb
     Type:  feature request          |      Status:  assigned
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Plugins                  |     Version:  3.7
 Severity:  minor                    |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  administration,
  has-screenshots dev-feedback       |  multisite
  needs-dev-note                     |
-------------------------------------+-------------------------------------

Comment (by ocean90):

 Quick feedback on [attachment:"48850.7.diff"]:

 * To simplify the code you can always use `get_site_option()`. It falls
 back to `get_option()` for non-Multisite. In a Multisite plugins can only
 be updated on the network screen, so it shouldn't use the single site
 option there anyway.
 * There's no need to add the string for automatic update information via
 another placeholder (`%7$s`) to the existing string. Just print it
 afterwards.
 * I think the option name should be `wp_auto_update_plugins` since it
 contains plugins to auto update.

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


More information about the wp-trac mailing list