コード例 #1
0
ファイル: troubleshooting.php プロジェクト: edgarter/wecare
		});
	})
</script>
<div class="icl_cyan_box">
	<h3><?php 
_e('Clean up', 'sitepress');
?>
</h3>

	<p class="icl_form_errors" style="padding:6px;"><?php 
_e('Please make backup of your database before using this.', 'sitepress');
?>
</p>

	<?php 
if (!SitePress_Setup::languages_complete()) {
    ?>
		<p>
            <br />
            <label><input type="checkbox" onchange="if(jQuery(this).prop('checked')){jQuery('#icl_fix_languages').prop('disabled', false);}else{jQuery('#icl_fix_languages').prop('disabled', true);}">
                &nbsp;<?php 
    _e("This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed.", 'sitepress');
    ?>
</label><br /><br />
			<input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php 
    _e('Clear language information and repopulate languages', 'sitepress');
    ?>
"/><br/><br />
			<small style="margin-left:10px;"><?php 
    _e("This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages.", 'sitepress');
    ?>