Skip to content

Commit 89df7b9

Browse files
authored
Update class-mainwp-child-server-information.php
1 parent a6dc397 commit 89df7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

class/class-mainwp-child-server-information.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ protected static function render_row( $config, $compare, $version, $getter, $ext
987987
?>
988988
<tr>
989989
<td></td>
990-
<td><?php echo esc_html( esc_html( $config ) ); ?></td>
991-
<td><?php echo esc_html( esc_html( $compare ) ); ?><?php echo esc_html( ( true === $version ? 'true' : $version ) . ' ' . $extra_text ); ?></td>
990+
<td><?php echo esc_html( $config ); ?></td>
991+
<td><?php echo esc_html( $compare ); ?><?php echo esc_html( ( true === $version ? 'true' : $version ) . ' ' . $extra_text ); ?></td>
992992
<td><?php echo esc_html( true === $currentVersion ? 'true' : $currentVersion ); ?></td>
993993
<td><?php echo static::check( $compare, $version, $getter, $extra_compare, $extra_version, $size_compare ) ? '<span class="mainwp-pass"><i class="fa fa-check-circle"></i> Pass</span>' : '<span class="mainwp-warning"><i class="fa fa-exclamation-circle"></i> Warning</span>'; ?></td>
994994
</tr>

0 commit comments

Comments
 (0)