Changeset 13947 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-release-confirmation.php
- Timestamp:
- 08/06/2024 02:56:31 AM (19 months ago)
- 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 125 125 $releases = Plugin_Directory::get_releases( $plugin ); 126 126 127 echo '<table class="widefat plugin-releases-listing"> 127 echo '<div class="wp-block-table is-style-stripes"> 128 <table class="plugin-releases-listing"> 128 129 <thead> 129 130 <tr> … … 133 134 <th>Approval</th> 134 135 <th>Actions</th> 135 </thead> ';136 </thead></div>'; 136 137 137 138 if ( ! $releases ) { … … 157 158 <td>%s</td> 158 159 <td>%s</td> 159 <td> %s</td>160 <td><div class="plugin-releases-listing-actions">%s</div></td> 160 161 </tr>', 161 162 sprintf(
Note: See TracChangeset
for help on using the changeset viewer.