Skip to content

Commit

Permalink
Update rrze-legal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdforst committed Jan 15, 2025
1 parent 09c394c commit 633695f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions rrze-legal.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)
);
}
//
}

/**
Expand Down

0 comments on commit 633695f

Please sign in to comment.