Broken page rendering due to unclosed span in admin notice
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
WordPress 6.7 has introduced a new issue that impact translations, please update WooCommerce and WPML to the latest versions before you report issues. More about this here - https://wpml.org/errata/php-error-wp-6-7-notice-function-_load_textdomain_just_in_time-was-called/
<div class="message error otgs-is-dismissible">
<p>Because of some elements in your site configuration, when the users switch the currency or the language on the front end, the cart content might not be synchronized correctly.</p>
<ul>
<li>Woocommerce Product Bundles</li>
</ul>
<p>
It is recommended that you
<strong>
<a href="<em><u>hidden link</u></em>">configure WooCommerce Multilingual &Multicurrency</a>
</strong>
with the option to reset the cart in a situation like this.
<strong>
<a href="/?page_id=1141378&utm_source=plugin&utm_medium=gui&utm_campaign=wcml" target="_blank" rel="noopener">More details</a>
</strong>
</p>
<a class="notice-dismiss" href="/wp-admin/&wcml_action=dismiss_cart_warning">
<span class="screen-reader-text">Dismiss
</a>
</div>
[php]
the [php]<span class="screen-reader-text">Dismiss
is missing the closing
Symptoms:
The page is rendering incorrectly due to broken HTML caused by an unclosed tag in the admin notice.