Removed floating semi colon from info type setting control (#40839)

This commit is contained in:
Ron Rennick 2023-11-01 10:27:11 -03:00 committed by GitHub
commit 408d6b7aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: It's just a small text update

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: It's just a small text update

View File

@ -288,7 +288,7 @@ if ( ! class_exists( 'WC_Admin_Settings', false ) ) :
case 'info':
?><tr valign="top"<?php echo $value['row_class'] ? ' class="' . esc_attr( $value['row_class'] ) . '"' : '' ?>">
<th scope="row" class="titledesc"/><td style="<?php echo esc_attr( $value['css'] ); ?>">;
<th scope="row" class="titledesc"/><td style="<?php echo esc_attr( $value['css'] ); ?>">
<?php
echo wp_kses_post( wpautop( wptexturize( $value['text'] ) ) );
echo '</td></tr>';