|
'.__("configure it here", 'updraftplus').'').
' '.__('For more options, use Premium', 'updraftplus').''
);
$allowed_html = array(
'a' => array(
'href' => array(),
'target' => array(),
)
);
/* translators: %s: Approximate email size limit in MB */
echo wp_kses($used.' '.sprintf(__('Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive.', 'updraftplus'), '10-20'), $allowed_html);
?>
|