mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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 |
||
|---|---|---|
| src | ||
| tests | ||
| tools/i18n | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| Gruntfile.js | ||
| package.json | ||
| phpunit.xml.dist | ||
| wp-cli.yml | ||
| wp-config-sample.php | ||
| wp-tests-config-sample.php | ||