Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #51129


Ignore:
Timestamp:
08/25/2020 02:47:12 AM (4 years ago)
Author:
afragen
Comment:

So I have a patch that seems to correctly set the auto-update tabs count in prepare_items() and correctly adds/removes the Enable|Disable auto-updates links in column_autoupdates().

Themes are very much different from plugins as we know.

I'm missing why we actually need the theme headers for setting the auto-updates. Can someone explain this a bit for me? I've been working with plugin/theme updates for a while and know I can add the array( 'update-supported => true ) if it's really needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51129 – Description

    v1 v2  
    1 This is a follow-up to #50280
     1This is a follow-up to #
    22
    3 As noted by @pbiron in [comment:66:ticket:50280 comment number 66]:
     3As noted by @pbiron in comment number 66:
    44----
    55The above (Note: see [48688]) commit did not include the requisite changes to `WP_MS_Themes_List_Table`.  The impact is that in multisite, the `Enable/Disable auto-updates` links will still appear for externally hosted themes on the `Network Admin > Themes` screen.