Skip to content

Commit 329bb23

Browse files
authored
Merge pull request #82 from RRZE-Webteam/dev
Dev
2 parents b0b5438 + 4405025 commit 329bb23

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrze-legal",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"main": "rrze-legal.php",
55
"scripts": {
66
"start": "webpack --mode=development --watch",

rrze-legal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE Legal
55
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-legal
66
Description: Legal Mandatory Information & GDPR.
7-
Version: 2.6.8
7+
Version: 2.6.9
88
Author: RRZE Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License Version 3

templates/themes/fau.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
defined('ABSPATH') || exit;
1010

11-
global $post;
12-
$post->post_title = $title;
1311
get_header();
1412
if (is_plugin_active('rrze-elements/rrze-elements.php')) {
1513
wp_enqueue_style('rrze-elements');
@@ -27,7 +25,7 @@
2725
<div id="content">
2826
<div class="content-container">
2927
<div class="content-row">
30-
<main<?php echo fau_get_page_langcode($post->ID);?>>
28+
<main>
3129
<h1 id="maintop" class="screen-reader-text"><?php echo $title; ?></h1>
3230

3331
<div class="inline-box">

0 commit comments

Comments
 (0)