Making WordPress.org


Ignore:
Timestamp:
08/06/2024 02:56:31 AM (2 years ago)
Author:
dufresnesteven
Message:

plugin-directory: Add parent theme table styles to release confirmation page tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php

    r13933 r13947  
    125125                $releases = Plugin_Directory::get_releases( $plugin );
    126126
    127                 echo '<table class="widefat plugin-releases-listing">
     127                echo '<div class="wp-block-table is-style-stripes">
     128                <table class="plugin-releases-listing">
    128129                <thead>
    129130                        <tr>
     
    133134                                <th>Approval</th>
    134135                                <th>Actions</th>
    135                 </thead>';
     136                </thead></div>';
    136137
    137138                if ( ! $releases ) {
     
    157158                                        <td>%s</td>
    158159                                        <td>%s</td>
    159                                         <td>%s</td>
     160                                        <td><div class="plugin-releases-listing-actions">%s</div></td>
    160161                                </tr>',
    161162                                sprintf(
Note: See TracChangeset for help on using the changeset viewer.