[wp-trac] [WordPress Trac] #44118: WordPress performs some unnecessary plugin update checks
WordPress Trac
noreply at wordpress.org
Mon Mar 3 20:45:09 UTC 2025
#44118: WordPress performs some unnecessary plugin update checks
-------------------------------------+--------------------------
Reporter: siliconforks | Owner: johnbillion
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 6.8
Component: Upgrade/Install | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses:
-------------------------------------+--------------------------
Comment (by johnbillion):
There is a subtle difference between the patch on this ticket and the PR
on #61055, and I think we should go with the latter.
* [attachment:"44118-after-coding-standards-change.diff"] adds all plugins
to the `$updates->checked` property, which isn't strictly accurate because
plugins could have been added or manually updated in the interim.
* https://github.com/WordPress/wordpress-develop/pull/6736 copies the
value from `$current->checked` to `$updates->checked` which means its
value correctly represents the list of plugins that were checked.
@siliconforks @Cybr @snehapatil02 Does that sound correct to you?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44118#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list