From 633695f6db025091a549129f749f35406d03974c Mon Sep 17 00:00:00 2001 From: Rolf Date: Wed, 15 Jan 2025 19:18:25 +0100 Subject: [PATCH] Update rrze-legal.php --- rrze-legal.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/rrze-legal.php b/rrze-legal.php index 00e147e..88b33fd 100644 --- a/rrze-legal.php +++ b/rrze-legal.php @@ -3,7 +3,7 @@ /* Plugin Name: RRZE Legal Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-legal -Version: 2.7.11 +Version: 2.7.12 Description: Legal Mandatory Information & GDPR. Author: RRZE Webteam Author URI: https://www.rrze.fau.de @@ -70,17 +70,7 @@ */ function activation() { - if ($error = systemRequirements()) { - deactivate_plugins(plugin_basename(__FILE__)); - wp_die( - sprintf( - /* translators: 1: The plugin name, 2: The error string. */ - __('Plugins: %1$s: %2$s', 'rrze-legal'), - plugin_basename(__FILE__), - $error - ) - ); - } + // } /**