mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
Plugins: Fix the plugin details modal layout after [45520].
Props mukesh27, marybaum, audrasjb. Fixes #47561. git-svn-id: https://develop.svn.wordpress.org/trunk@45563 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -752,7 +752,7 @@ function install_plugin_information() {
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div id="section-holder" class="wrap">
|
||||
<div id="section-holder">
|
||||
<?php
|
||||
$requires_php = isset( $api->requires_php ) ? $api->requires_php : null;
|
||||
$requires_wp = isset( $api->requires ) ? $api->requires : null;
|
||||
|
||||
Reference in New Issue
Block a user