Update plugin grid layout to exactly match WordPress core Add Plugins page
This commit is contained in:
@ -315,7 +315,6 @@ function wp_allstars_generate_plugin_cards($plugins) {
|
||||
<div id="the-list">
|
||||
<?php foreach ($plugins as $plugin): ?>
|
||||
<div class="plugin-card plugin-card-<?php echo esc_attr($plugin->slug); ?>">
|
||||
<div class="plugin-card-inner">
|
||||
<div class="plugin-card-top">
|
||||
<div class="name column-name">
|
||||
<h3>
|
||||
@ -394,7 +393,6 @@ function wp_allstars_generate_plugin_cards($plugins) {
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user