- Timestamp:
- 10/11/2023 04:32:00 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r56665 r56824 1281 1281 if ( ! $compatible_php || ! $compatible_wp ) { 1282 1282 printf( 1283 '<tr class="plugin-update-tr">' . 1284 '<td colspan="%s" class="plugin-update colspanchange">' . 1283 '<tr class="plugin-update-tr"><td colspan="%s" class="plugin-update colspanchange">', 1285 1284 esc_attr( $this->get_column_count() ) 1286 1285 );
Note: See TracChangeset
for help on using the changeset viewer.