mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
dbe140910b2cbe76905be7a8cf1b2c0182044e68
install_plugins_upload action to print the upload form.
Since [37221] the upload form is added to every plugin install screen via `install_plugins_upload()`. Previously the form was added through the `install_plugins_upload` (alias of `install_plugins_$tab`) action which allowed plugin authors to replace the form. This restores the previous behaviour. * Add the form only to non-upload plugin install screens. * Replace `install_plugins_upload()` with the `install_plugins_upload` and `install_plugins_pre_upload` actions. * Remove `$upload_tab_class` and add a CSS class for the current tab to `.wrap` * Adjust CSS selectors and toggle the whole container to support upload without an `upload-plugin` class. Props DavidAnderson, ocean90. Fixes #37495. git-svn-id: https://develop.svn.wordpress.org/trunk@38172 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%