Skip to content

Commit 59f649e

Browse files
Akshay UrankarAkshay Urankar
authored andcommitted
updated plugin slug scross the plugin to keep it consistent
1 parent d66078f commit 59f649e

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

admin/bsf-analytics/class-bsf-analytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function option_notice() {
208208
}
209209

210210
/* translators: %s product name */
211-
$notice_string = __( 'Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ', 'all-in-one-schemaorg-rich-snippets' );
211+
$notice_string = wp_kses_post(__( 'Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ', 'all-in-one-schemaorg-rich-snippets' ));
212212

213213
if ( is_multisite() ) {
214214
$notice_string .= __( 'This will be applicable for all sites from the network.', 'all-in-one-schemaorg-rich-snippets' );

0 commit comments

Comments
 (0)