Marianne 1.3.4.2

This commit is contained in:
te2dy 2021-04-03 11:32:55 +02:00
parent 7c024d2286
commit fff7a17252
3 changed files with 5 additions and 2 deletions

View file

@ -79,7 +79,7 @@ if ( class_exists( 'WP_Customize_Section' ) ) {
<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
<h3 class="accordion-section-title">
<a href="<?php echo esc_url( {{ data.url }} ); ?>" title="<?php esc_attr_e( 'Close the Customizer and go to About Marianne page', 'marianne' ); ?>">
<a href="{{ data.url }}" title="<?php esc_attr_e( 'Close the Customizer and go to About Marianne page', 'marianne' ); ?>">
{{ data.title }}
<span class="screen-reader-text"><?php esc_html_e( 'Close the Customizer and go to About Marianne page', 'marianne' ); ?></span>

View file

@ -21,6 +21,9 @@ and intellectuals who want to present their work.
== Changelog ==
=== 1.3.4.2 April 3nd, 2021 ===
- Fixed: critical error. Sorry for the inconvenience.
=== 1.3.4.1 April 3nd, 2021 ===
- Fixed: warning about non escaped strings.

View file

@ -5,7 +5,7 @@ Author: Teddy
Author URI: https://chezteddy.fr/
Description: A minimalist theme ideal for writers, journalists and all bloggers who want to share their texts.
Tags: blog, one-column, custom-logo, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks
Version: 1.3.4.1
Version: 1.3.4.2
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.2