File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ public static function rrzePrivateSitePlugin()
184
184
return false ;
185
185
}
186
186
187
- if (empty ( PRIVATE_SITE_OPTION ) || !get_option (PRIVATE_SITE_OPTION )) {
187
+ if (! defined ( ' PRIVATE_SITE_OPTION ' ) || !get_option (PRIVATE_SITE_OPTION )) {
188
188
return false ;
189
189
}
190
190
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rrze-legal" ,
3
- "version" : " 2.6.14 " ,
3
+ "version" : " 2.6.16 " ,
4
4
"main" : " rrze-legal.php" ,
5
5
"scripts" : {
6
6
"start" : " webpack --mode=development --watch" ,
Original file line number Diff line number Diff line change 4
4
Plugin Name: RRZE Legal
5
5
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-legal
6
6
Description: Legal Mandatory Information & GDPR.
7
- Version: 2.6.15
7
+ Version: 2.6.16
8
8
Author: RRZE Webteam
9
9
Author URI: https://blogs.fau.de/webworking/
10
10
License: GNU General Public License Version 3
You can’t perform that action at this time.
0 commit comments