Skip to content

Commit

Permalink
AMP・PWA機能の非推奨化
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 26, 2023
1 parent fcb0d2d commit c56eac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/page-settings/amp-forms.php
Expand Up @@ -24,7 +24,7 @@
</th>
<td>
<?php
generate_checkbox_tag(OP_AMP_ENABLE, is_amp_enable(), __("AMP機能を有効化する",THEME_NAME ));
generate_checkbox_tag(OP_AMP_ENABLE, is_amp_enable(), __('AMP機能を有効化する',THEME_NAME ).__('(非推奨)',THEME_NAME ));
generate_tips_tag(__( '有効化することで、AMP機能が有効化され高速表示されます。※AMP対応するページは投稿・固定ページのみです。', THEME_NAME ));
?>
</td>
Expand Down
2 changes: 1 addition & 1 deletion lib/page-settings/pwa-forms.php
Expand Up @@ -33,7 +33,7 @@
</th>
<td>
<?php
generate_checkbox_tag(OP_PWA_ENABLE, is_pwa_enable(), __("PWAを有効化する",THEME_NAME ));
generate_checkbox_tag(OP_PWA_ENABLE, is_pwa_enable(), __("PWAを有効化する",THEME_NAME ).__('(非推奨)',THEME_NAME ));
generate_tips_tag(__( '有効化することで、PWA機能が有効化されスマートフォンからサイトがアプリのように利用できます。', THEME_NAME ));
?>
<div class="indent">
Expand Down

0 comments on commit c56eac7

Please sign in to comment.