Skip to content
Snippets Groups Projects

Bugfix/wordpress review

Merged Marcin Kolanko requested to merge bugfix/wordpress-review into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -698,7 +698,7 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
@@ -698,7 +698,7 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
*/
*/
public function handle_render_notices_action() {
public function handle_render_notices_action() {
foreach ( $this->notices as $notice ) {
foreach ( $this->notices as $notice ) {
echo $notice;
echo wp_kses_post( $notice );
}
}
}
}
Loading