Skip to content

Commit ccc2081

Browse files
committed
Fixed phpcs issue and changelog update
1 parent 3a6ae23 commit ccc2081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ function rich_snippet_dashboard() {
811811
<div class="meta-box-sortables ui-sortable">
812812
<div class="postbox">
813813
<button type="button" class="handlediv" aria-expanded="false"><span class="screen-reader-text">Toggle panel: Frontend Options</span><span class="toggle-indicator" aria-hidden="true"></span></button>
814-
<h3 class="hndle">' . wp_kses_post( __( '<span>Customize the look and feel of rich snippet box</span>', 'all-in-one-schemaorg-rich-snippets' ) ) . //phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings
815-
'</h3>
814+
<h3 class="hndle">' . wp_kses_post( __( '<span>Customize the look and feel of rich snippet box</span>', 'all-in-one-schemaorg-rich-snippets' ) ) //phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings
815+
. '</h3>
816816
<div class="inside">
817817
<form id="bsf_css_editor" method="post" onsubmit="return false;" action="">
818818
' . wp_nonce_field( 'snippet_color_form_action', 'snippet_color_nonce_field' ) //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

0 commit comments

Comments
 (0)