mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-05 13:37:03 +08:00
more descriptive
This commit is contained in:
parent
52e7a0e135
commit
d5ce9fed25
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ jQuery(document).ready(function($){
|
|||
<fieldset>
|
||||
<label for="cleanMeta">
|
||||
<input name="cleanMeta" id="cleanMeta" value="1" type="checkbox" <?php if ($this->cleanMeta == 1) echo "checked"; ?> />
|
||||
<span><?= __('Strip out unneeded WordPress meta tags', 'static-html-output-plugin');?></span>
|
||||
<span><?= __('Strip out unneeded WordPress meta tags, ie <meta name="generator" content="WordPress...', 'static-html-output-plugin');?></span>
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue