diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-content/plugins/portfolio/inc/demo-data/class-bws-demo-data.php --- a/wp/wp-content/plugins/portfolio/inc/demo-data/class-bws-demo-data.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-content/plugins/portfolio/inc/demo-data/class-bws-demo-data.php Tue Dec 15 13:49:49 2020 +0100 @@ -2,7 +2,7 @@ /** * Load demo data - * @version 1.0.3 + * @version 1.0.4 */ if ( ! class_exists( 'Bws_Demo_Data' ) ) { @@ -532,7 +532,7 @@ function bws_handle_demo_notice( $show_demo_notice ) { - if ( 1 == $show_demo_notice ) { + if ( 1 == $show_demo_notice && empty( $this->bws_demo_options ) ) { global $wp_version; if ( isset( $_POST['bws_hide_demo_notice'] ) && check_admin_referer( $this->bws_plugin_basename, 'bws_demo_nonce_name' ) ) { @@ -582,14 +582,19 @@ } -
+ bws_plugin_text_domain ), + '' . $this->bws_plugin_name . ' by BestWebSoft' + ); ?> bws_plugin_text_domain ); ?> +
+