File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
411
411
}
412
412
if ( $ show ) {
413
413
?>
414
- <tr valign="top" class="<?php echo esc_attr ( $ value ['parent_row_class ' ] ); ?> ">
414
+ <tr valign="top" class="<?php echo esc_attr ( $ value ['parent_row_class ' ] ); ?> " style="position: relative;" >
415
415
<?php if ( 'eb_test_connection_button ' == $ value ['id ' ] ) { ?>
416
416
<th scope="row" class="titledesc">
417
417
</th>
@@ -426,7 +426,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
426
426
class="<?php echo esc_attr ( $ value ['class ' ] ); ?> "
427
427
<?php echo wp_kses_post ( implode ( ' ' , $ custom_attributes ) ); ?> />
428
428
<?php
429
- if ( 'eb_test_connection_button ' = = $ value ['id ' ] ) {
429
+ if ( 'eb_diagnose_issues_button ' ! = $ value ['id ' ] ) {
430
430
echo wp_kses_post ( $ description );
431
431
}
432
432
// elseif ( 'eb_diagnose_issues_button' == $value['id'] ) {
You can’t perform that action at this time.
0 commit comments