Escapes based on phpcs #1

This commit is contained in:
Savvas Hadjigeorgiou
2021-11-11 13:30:55 +02:00
parent 3dff686a00
commit 85d08eae56
3 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ if ( ! class_exists( 'SP_Admin_Permalink_Settings' ) ) :
* Show the settings
*/
public function settings() {
echo wpautop( __( 'These settings control the permalinks used for SportsPress. These settings only apply when <strong>not using "default" permalinks above</strong>.', 'sportspress' ) );
echo wp_kses_post( wpautop( __( 'These settings control the permalinks used for SportsPress. These settings only apply when <strong>not using "default" permalinks above</strong>.', 'sportspress' ) ) );
}
/**