File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rrze-legal" ,
3
- "version" : " 2.6.8 " ,
3
+ "version" : " 2.6.9 " ,
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.8
7
+ Version: 2.6.9
8
8
Author: RRZE Webteam
9
9
Author URI: https://blogs.fau.de/webworking/
10
10
License: GNU General Public License Version 3
Original file line number Diff line number Diff line change 8
8
9
9
defined ('ABSPATH ' ) || exit;
10
10
11
- global $ post ;
12
- $ post ->post_title = $ title ;
13
11
get_header ();
14
12
if (is_plugin_active ('rrze-elements/rrze-elements.php ' )) {
15
13
wp_enqueue_style ('rrze-elements ' );
27
25
<div id="content">
28
26
<div class="content-container">
29
27
<div class="content-row">
30
- <main<?php echo fau_get_page_langcode ( $ post -> ID ); ?> >
28
+ <main>
31
29
<h1 id="maintop" class="screen-reader-text"><?php echo $ title ; ?> </h1>
32
30
33
31
<div class="inline-box">
You can’t perform that action at this time.
0 commit comments