Skip to content

Commit 7f9484a

Browse files
author
GauravKhupse
committed
phpcbf changes
1 parent d4bce09 commit 7f9484a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +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' ) ) . '</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>
815816
<div class="inside">
816817
<form id="bsf_css_editor" method="post" onsubmit="return false;" action="">
817818
' . wp_nonce_field( 'snippet_color_form_action', 'snippet_color_nonce_field' ) //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

0 commit comments

Comments
 (0)