• Resolved charbonnier

    (@charbonnier)


    In the dashboard it was an error
    Uncaught SyntaxError: missing ) after argument list
    because localization is not calculated:

    `<script>
    jQuery(document).ready(function($) {
    if ($(‘#dashboard-widgets #dashboard_php_nag’).length < 1) return;
    $(‘#dashboard-widgets #dashboard_php_nag .button-container’).before(‘<div class=”updraft-ad-container”><a href=”https://www.ruicardo.com/wp-admin/options-general.php?page=updraftplus&tab=migrate#updraft-navtab-migrate-content”>Puoi testare l\’esecuzione del tuo sito su una versione diversa di PHP (o di WordPress) usando i tuoi crediti UpdraftClone.</a> (<a href=”#” onclick=”jQuery(\’.updraft-ad-container\’).slideUp(); jQuery.post(ajaxurl, {action: \’updraft_ajax\’, subaction: \’dismiss_clone_php_notice\’, nonce: \’efbaef8c48\’ });return false;”>Ignora l’avviso</a>)</div>’);
    });
    </script>`

    in “…Ignora l’avviso…” missing the \ character.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ERROR in italian version’ is closed to new replies.