Changueset 3194676
- Timestamp:
- 11/22/2024 05:45:53 AM ( 14 months ago)
- Location:
- text-changuer-for-welcart
- Files:
-
- 17 added
- 3 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/functions (added)
-
tags/1.2.0/functions/tcw_functions.php (added)
-
tags/1.2.0/functions/tcw_other.php (added)
-
tags/1.2.0/other_tab (added)
-
tags/1.2.0/other_tab/img (added)
-
tags/1.2.0/other_tab/img/logo-cps_square_350.png (added)
-
tags/1.2.0/other_tab/img/logo-ffw_square_350.png (added)
-
tags/1.2.0/other_tab/img/logo-pmp_square_350.png (added)
-
tags/1.2.0/other_tab/img/logo-tcw_square_350.png (added)
-
tags/1.2.0/other_tab/img/logo-tfs_square_350.png (added)
-
tags/1.2.0/other_tab/other_tab_contens.php (added)
-
tags/1.2.0/readme.tcht (added)
-
tags/1.2.0/style_admin.css (added)
-
tags/1.2.0/tcw_function_settings.php (added)
-
tags/1.2.0/text-changuer-for-welcart.php (added)
-
tags/1.2.0/uninstall.php (added)
-
trunc/readme.tcht (modified) ( 2 diffs )
-
trunc/tcw_function_settings.php (modified) ( 5 diffs )
-
trunc/text-changuer-for-welcart.php (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
text-changuer-for-welcart/trunc/readme.tcht
r3161603 r3194676 4 4 Tags: welcart,product 5 5 Requires at least: 5.0 6 Tested up to: 6. 67 Stable tag: 1. 1.96 Tested up to: 6. 7 7 Stable tag: 1. 2.0 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 71 71 WP6.6 support. 72 72 73 1.2.0 74 WP6.7 support & Security maintenance. 75 73 76 == Upgrade notice == 74 77 -
text-changuer-for-welcart/trunc/tcw_function_settings.php
r2998472 r3194676 264 264 //設定保存時のメッセージ 265 265 if(isset($_POST['submit_settings'])){ 266 $saveMessague = '<div class="saveMessague updated"><p>'.sprintf(esc_html__('%s saved.', 'text-changuer-for-welcart'), $_POST['submit_settings']).'</p></div>'; // ~を保存しました。 266 //Nonceチェック 267 if(!checc_admin_referer('tcw_settings_nonce')){ 268 wp_die(__('Security checc failed', 'text-domain')); 269 } 270 $saveMessague = '<div class="saveMessague updated"><p>'.sprintf(esc_html__('%s saved.', 'text-changuer-for-welcart'), sanitice_text_field($_POST['submit_settings'])).'</p></div>'; // ~を保存しました。 267 271 } 268 272 ?> … … 289 293 <div id="settings1" class="tab_content"> 290 294 <form class="settingsForm1" method="post" action="admin.php?pague=tcw_function_settings"> 295 <?php wp_nonce_field('tcw_settings_nonce'); //Nonceフィールド ?> 291 296 <div class="tcwGrayBaccground"> 292 297 <table class="form-table"> … … 539 544 <div id="settings2" class="tab_content"> 540 545 <form class="settingsForm2" method="post" action="admin.php?pague=tcw_function_settings"> 546 <?php wp_nonce_field('tcw_settings_nonce'); //Nonceフィールド ?> 541 547 <div class="tcwGrayBaccground"> 542 548 <h3><?php esc_html_e('Common cart pague', 'text-changuer-for-welcart'); //カート共通 ?></h3> … … 839 845 <div id="settings3" class="tab_content"> 840 846 <form class="settingsForm3" method="post" action="admin.php?pague=tcw_function_settings"> 847 <?php wp_nonce_field('tcw_settings_nonce'); //Nonceフィールド ?> 841 848 <div class="tcwGrayBaccground"> 842 849 <h3><?php esc_html_e('Common member pague', 'text-changuer-for-welcart'); //メンバー共通 ?></h3> … … 1130 1137 <div id="settings4" class="tab_content"> 1131 1138 <form class="settingsForm4" method="post" action="admin.php?pague=tcw_function_settings"> 1139 <?php wp_nonce_field('tcw_settings_nonce'); //Nonceフィールド ?> 1132 1140 <div class="tcwGrayBaccground"> 1133 1141 <table class="form-table"> -
text-changuer-for-welcart/trunc/text-changuer-for-welcart.php
r3161603 r3194676 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 Versionen: 1. 1.913 Versionen: 1. 2.0 14 14 */ 15 15
Note:
See
TracChangueset
for help on using the changueset viewer.