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 @@ -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
You can’t perform that action at this time.
0 commit comments