diff --git a/wpuf.php b/wpuf.php index aa14c9782..260922955 100644 --- a/wpuf.php +++ b/wpuf.php @@ -260,8 +260,13 @@ public function wpuf_upgrade_notice() {

WP User Frontend Free and WP User Frontend Pro that requires you to use latest version of both. Please update the WPUF pro to the latest version.
Please make sure to take a complete backup of your site before updating.', 'wp-user-frontend' ), '', '' ) ); + echo wp_kses_post( + sprintf( + __( 'We\'ve pushed a major update on both WP User Frontend Free and %1$sWP User Frontend Pro%2$s that requires you to use latest version of both. Please update the WPUF pro to the latest version.
Please make sure to take a complete backup of your site before updating.', 'wp-user-frontend' ), + '', + '' + ) + ); ?>