mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 21:54:28 +00:00
134385846710d2d1edb56fc22563fcc7ae02bb99
This fixes several bugs in the signature verification code: Disables signature checks on certain incompatible PHP versions that cause math errors when opcache is enabled; Prevents a spurious URL and subsequent error when downloading a zip file with query arguments; Prevents errors triggered by third-party upgrade scripts as per #46615; Disables signature tests for Plugins, Themes, and Translations, leaving only core updates. At the 5.2 release the API servers will only provide signatures for core update packages, which is why messages are suppressed for plugins and other package types. Signatures for those other items will become available later. Props dd32. See #39309, #46615 git-svn-id: https://develop.svn.wordpress.org/trunk@45262 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%