Changeset 2184045
- Timestamp:
- 10/31/2019 06:06:08 PM (6 years ago)
- Location:
- qr-code-management
- Files:
-
- 10 edited
-
tags/1.0/includes/admin/setting.php (modified) (9 diffs)
-
tags/1.0/languages/rwc-qrcm-ja.mo (modified) (previous)
-
tags/1.0/languages/rwc-qrcm-ja.po (modified) (3 diffs)
-
tags/1.0/readme.txt (modified) (1 diff)
-
tags/1.0/rwc-qrcode-management.php (modified) (1 diff)
-
trunk/includes/admin/setting.php (modified) (9 diffs)
-
trunk/languages/rwc-qrcm-ja.mo (modified) (previous)
-
trunk/languages/rwc-qrcm-ja.po (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/rwc-qrcode-management.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qr-code-management/tags/1.0/includes/admin/setting.php
r2184030 r2184045 94 94 id="rwc_qrcm_display_list_image" value="on" 95 95 <?php if ( isset( $rwc_qrcm['display']['list']['image'] ) ) { 96 e sc_attr_e( 'checked' );96 echo esc_attr( 'checked' ); 97 97 } ?>> 98 98 <label for="rwc_qrcm_display_list_image"><?php esc_html_e( 'Image', 'rwc-qrcm' ); ?></label> … … 100 100 id="rwc_qrcm_display_list_download" value="on" 101 101 <?php if ( isset( $rwc_qrcm['display']['list']['download'] ) ) { 102 e sc_attr_e( 'checked' );102 echo esc_attr( 'checked' ); 103 103 } ?>> 104 104 <label for="rwc_qrcm_display_list_download"><?php esc_html_e( 'Download', 'rwc-qrcm' ); ?></label> … … 122 122 value="on" 123 123 <?php if ( isset( $rwc_qrcm['role']['post_type'][ $post_type ] ) ) { 124 e sc_attr_e( 'checked' );124 echo esc_attr( 'checked' ); 125 125 } ?>> 126 126 <label for="rwc_qrcm_role_post_type_<?php esc_attr_e( $post_type ); ?>"><?php esc_html_e( $post_type_object->label ); ?></label> … … 139 139 id="rwc_qrcm_output_format_jpg" value="on" 140 140 <?php if ( isset( $rwc_qrcm['output']['format']['jpg'] ) ) { 141 e sc_attr_e( 'checked' );141 echo esc_attr( 'checked' ); 142 142 } ?>> 143 143 <label for="rwc_qrcm_output_format_jpg"><?php esc_html_e( 'jpeg', 'rwc-qrcm' ); ?></label> … … 145 145 id="rwc_qrcm_output_format_png" value="on" 146 146 <?php if ( isset( $rwc_qrcm['output']['format']['png'] ) ) { 147 e sc_attr_e( 'checked' );147 echo esc_attr( 'checked' ); 148 148 } ?>> 149 149 <label for="rwc_qrcm_output_format_png"><?php esc_html_e( 'png', 'rwc-qrcm' ); ?></label> … … 151 151 id="rwc_qrcm_output_format_eps" value="on" 152 152 <?php if ( isset( $rwc_qrcm['output']['format']['eps'] ) ) { 153 e sc_attr_e( 'checked' );153 echo esc_attr( 'checked' ); 154 154 } ?>> 155 155 <label for="rwc_qrcm_output_format_eps"><?php esc_html_e( 'eps', 'rwc-qrcm' ); ?></label> … … 157 157 id="rwc_qrcm_output_format_svg" value="on" 158 158 <?php if ( isset( $rwc_qrcm['output']['format']['svg'] ) ) { 159 e sc_attr_e( 'checked' );159 echo esc_attr( 'checked' ); 160 160 } ?>> 161 161 <label for="rwc_qrcm_output_format_svg"><?php esc_html_e( 'svg', 'rwc-qrcm' ); ?></label> … … 172 172 id="rwc_qrcm_redirect_presence_valid" value="valid" 173 173 <?php if ( isset( $rwc_qrcm['redirect']['presence'] ) && $rwc_qrcm['redirect']['presence'] == 'valid' ) { 174 e sc_attr_e( 'checked' );174 echo esc_attr( 'checked' ); 175 175 } ?>> 176 176 <label for="rwc_qrcm_redirect_presence_valid"><?php esc_html_e( 'Valid', 'rwc-qrcm' ); ?></label> … … 178 178 id="rwc_qrcm_redirect_presence_invalid" value="invalid" 179 179 <?php if ( isset( $rwc_qrcm['redirect']['presence'] ) && $rwc_qrcm['redirect']['presence'] == 'invalid' ) { 180 e sc_attr_e( 'checked' );180 echo esc_attr( 'checked' ); 181 181 } ?>> 182 182 <label for="rwc_qrcm_redirect_presence_invalid"><?php esc_html_e( 'Invalid', 'rwc-qrcm' ); ?></label> -
qr-code-management/tags/1.0/languages/rwc-qrcm-ja.po
r2184030 r2184045 2 2 msgstr "" 3 3 "Project-Id-Version: QR code management\n" 4 "POT-Creation-Date: 2019-1 0-30 17:22+0900\n"5 "PO-Revision-Date: 2019-1 0-30 17:22+0900\n"4 "POT-Creation-Date: 2019-11-01 03:03+0900\n" 5 "PO-Revision-Date: 2019-11-01 03:03+0900\n" 6 6 "Last-Translator: Redwoodcity Inc. <mail@redwoodcity.jp>\n" 7 7 "Language-Team: Redwoodcity Inc. <mail@redwoodcity.jp>\n" … … 59 59 msgstr "カスタム投稿タイプ設定" 60 60 61 #: includes/admin/setting.php:1 8461 #: includes/admin/setting.php:133 62 62 msgid "Output setting" 63 63 msgstr "出力設定" 64 64 65 #: includes/admin/setting.php:1 8765 #: includes/admin/setting.php:136 66 66 msgid "Format" 67 67 msgstr "形式" 68 68 69 #: includes/admin/setting.php:1 94 includes/qrcode.php:19369 #: includes/admin/setting.php:143 includes/qrcode.php:195 70 70 msgid "jpeg" 71 71 msgstr "JPEG" 72 72 73 #: includes/admin/setting.php: 200 includes/qrcode.php:17273 #: includes/admin/setting.php:149 includes/qrcode.php:174 74 74 msgid "png" 75 75 msgstr "PNG" 76 76 77 #: includes/admin/setting.php: 206 includes/qrcode.php:18677 #: includes/admin/setting.php:155 includes/qrcode.php:188 78 78 msgid "eps" 79 79 msgstr "EPS" 80 80 81 #: includes/admin/setting.php: 212 includes/qrcode.php:17981 #: includes/admin/setting.php:161 includes/qrcode.php:181 82 82 msgid "svg" 83 83 msgstr "SVG" 84 84 85 #: includes/admin/setting.php: 21785 #: includes/admin/setting.php:166 86 86 msgid "Redirect settings" 87 87 msgstr "リダイレクト設定" 88 88 89 #: includes/admin/setting.php: 22089 #: includes/admin/setting.php:169 90 90 msgid "Presence" 91 91 msgstr "有効/無効" 92 92 93 #: includes/admin/setting.php: 22793 #: includes/admin/setting.php:176 94 94 msgid "Valid" 95 95 msgstr "有効" 96 96 97 #: includes/admin/setting.php: 23397 #: includes/admin/setting.php:182 98 98 msgid "Invalid" 99 99 msgstr "無効" 100 100 101 #: includes/admin/setting.php: 244101 #: includes/admin/setting.php:193 102 102 msgid "Save" 103 103 msgstr "保存" 104 104 105 #: includes/admin/setting.php:2 55 includes/admin/setting.php:275106 #: includes/admin/setting.php:2 96105 #: includes/admin/setting.php:204 includes/admin/setting.php:224 106 #: includes/admin/setting.php:245 107 107 msgid "Report" 108 108 msgstr "レポート" 109 109 110 #: includes/qrcode.php: 58110 #: includes/qrcode.php:60 111 111 msgid "QR Code" 112 112 msgstr "QRコード" … … 132 132 msgstr "https://www.redwoodcity.jp/" 133 133 134 #~ msgid "checked" 135 #~ msgstr "checked" 136 134 137 #~ msgid "" 135 138 #~ "This plug-in can implement an easy-to-use stamp rally using browser " -
qr-code-management/tags/1.0/readme.txt
r2184030 r2184045 1 === QR code management ===1 === QR Code Management === 2 2 Contributors: Redwoodcity 3 3 Donate link: https://www.redwoodcity.jp/qrcode-management/ -
qr-code-management/tags/1.0/rwc-qrcode-management.php
r2184030 r2184045 1 1 <?php 2 2 /** 3 * Plugin Name: QR code management3 * Plugin Name: QR Code Management 4 4 * Description: A plug-in that issues a QR code for public pages of posts, fixed pages, and custom post types. The QR code format is PNG, SVG, EPSJ, JPEG. 5 5 * Version: 1.0 -
qr-code-management/trunk/includes/admin/setting.php
r2184025 r2184045 94 94 id="rwc_qrcm_display_list_image" value="on" 95 95 <?php if ( isset( $rwc_qrcm['display']['list']['image'] ) ) { 96 e sc_attr_e( 'checked' );96 echo esc_attr( 'checked' ); 97 97 } ?>> 98 98 <label for="rwc_qrcm_display_list_image"><?php esc_html_e( 'Image', 'rwc-qrcm' ); ?></label> … … 100 100 id="rwc_qrcm_display_list_download" value="on" 101 101 <?php if ( isset( $rwc_qrcm['display']['list']['download'] ) ) { 102 e sc_attr_e( 'checked' );102 echo esc_attr( 'checked' ); 103 103 } ?>> 104 104 <label for="rwc_qrcm_display_list_download"><?php esc_html_e( 'Download', 'rwc-qrcm' ); ?></label> … … 122 122 value="on" 123 123 <?php if ( isset( $rwc_qrcm['role']['post_type'][ $post_type ] ) ) { 124 e sc_attr_e( 'checked' );124 echo esc_attr( 'checked' ); 125 125 } ?>> 126 126 <label for="rwc_qrcm_role_post_type_<?php esc_attr_e( $post_type ); ?>"><?php esc_html_e( $post_type_object->label ); ?></label> … … 139 139 id="rwc_qrcm_output_format_jpg" value="on" 140 140 <?php if ( isset( $rwc_qrcm['output']['format']['jpg'] ) ) { 141 e sc_attr_e( 'checked' );141 echo esc_attr( 'checked' ); 142 142 } ?>> 143 143 <label for="rwc_qrcm_output_format_jpg"><?php esc_html_e( 'jpeg', 'rwc-qrcm' ); ?></label> … … 145 145 id="rwc_qrcm_output_format_png" value="on" 146 146 <?php if ( isset( $rwc_qrcm['output']['format']['png'] ) ) { 147 e sc_attr_e( 'checked' );147 echo esc_attr( 'checked' ); 148 148 } ?>> 149 149 <label for="rwc_qrcm_output_format_png"><?php esc_html_e( 'png', 'rwc-qrcm' ); ?></label> … … 151 151 id="rwc_qrcm_output_format_eps" value="on" 152 152 <?php if ( isset( $rwc_qrcm['output']['format']['eps'] ) ) { 153 e sc_attr_e( 'checked' );153 echo esc_attr( 'checked' ); 154 154 } ?>> 155 155 <label for="rwc_qrcm_output_format_eps"><?php esc_html_e( 'eps', 'rwc-qrcm' ); ?></label> … … 157 157 id="rwc_qrcm_output_format_svg" value="on" 158 158 <?php if ( isset( $rwc_qrcm['output']['format']['svg'] ) ) { 159 e sc_attr_e( 'checked' );159 echo esc_attr( 'checked' ); 160 160 } ?>> 161 161 <label for="rwc_qrcm_output_format_svg"><?php esc_html_e( 'svg', 'rwc-qrcm' ); ?></label> … … 172 172 id="rwc_qrcm_redirect_presence_valid" value="valid" 173 173 <?php if ( isset( $rwc_qrcm['redirect']['presence'] ) && $rwc_qrcm['redirect']['presence'] == 'valid' ) { 174 e sc_attr_e( 'checked' );174 echo esc_attr( 'checked' ); 175 175 } ?>> 176 176 <label for="rwc_qrcm_redirect_presence_valid"><?php esc_html_e( 'Valid', 'rwc-qrcm' ); ?></label> … … 178 178 id="rwc_qrcm_redirect_presence_invalid" value="invalid" 179 179 <?php if ( isset( $rwc_qrcm['redirect']['presence'] ) && $rwc_qrcm['redirect']['presence'] == 'invalid' ) { 180 e sc_attr_e( 'checked' );180 echo esc_attr( 'checked' ); 181 181 } ?>> 182 182 <label for="rwc_qrcm_redirect_presence_invalid"><?php esc_html_e( 'Invalid', 'rwc-qrcm' ); ?></label> -
qr-code-management/trunk/languages/rwc-qrcm-ja.po
r2184025 r2184045 2 2 msgstr "" 3 3 "Project-Id-Version: QR code management\n" 4 "POT-Creation-Date: 2019-1 0-30 17:22+0900\n"5 "PO-Revision-Date: 2019-1 0-30 17:22+0900\n"4 "POT-Creation-Date: 2019-11-01 03:03+0900\n" 5 "PO-Revision-Date: 2019-11-01 03:03+0900\n" 6 6 "Last-Translator: Redwoodcity Inc. <mail@redwoodcity.jp>\n" 7 7 "Language-Team: Redwoodcity Inc. <mail@redwoodcity.jp>\n" … … 59 59 msgstr "カスタム投稿タイプ設定" 60 60 61 #: includes/admin/setting.php:1 8461 #: includes/admin/setting.php:133 62 62 msgid "Output setting" 63 63 msgstr "出力設定" 64 64 65 #: includes/admin/setting.php:1 8765 #: includes/admin/setting.php:136 66 66 msgid "Format" 67 67 msgstr "形式" 68 68 69 #: includes/admin/setting.php:1 94 includes/qrcode.php:19369 #: includes/admin/setting.php:143 includes/qrcode.php:195 70 70 msgid "jpeg" 71 71 msgstr "JPEG" 72 72 73 #: includes/admin/setting.php: 200 includes/qrcode.php:17273 #: includes/admin/setting.php:149 includes/qrcode.php:174 74 74 msgid "png" 75 75 msgstr "PNG" 76 76 77 #: includes/admin/setting.php: 206 includes/qrcode.php:18677 #: includes/admin/setting.php:155 includes/qrcode.php:188 78 78 msgid "eps" 79 79 msgstr "EPS" 80 80 81 #: includes/admin/setting.php: 212 includes/qrcode.php:17981 #: includes/admin/setting.php:161 includes/qrcode.php:181 82 82 msgid "svg" 83 83 msgstr "SVG" 84 84 85 #: includes/admin/setting.php: 21785 #: includes/admin/setting.php:166 86 86 msgid "Redirect settings" 87 87 msgstr "リダイレクト設定" 88 88 89 #: includes/admin/setting.php: 22089 #: includes/admin/setting.php:169 90 90 msgid "Presence" 91 91 msgstr "有効/無効" 92 92 93 #: includes/admin/setting.php: 22793 #: includes/admin/setting.php:176 94 94 msgid "Valid" 95 95 msgstr "有効" 96 96 97 #: includes/admin/setting.php: 23397 #: includes/admin/setting.php:182 98 98 msgid "Invalid" 99 99 msgstr "無効" 100 100 101 #: includes/admin/setting.php: 244101 #: includes/admin/setting.php:193 102 102 msgid "Save" 103 103 msgstr "保存" 104 104 105 #: includes/admin/setting.php:2 55 includes/admin/setting.php:275106 #: includes/admin/setting.php:2 96105 #: includes/admin/setting.php:204 includes/admin/setting.php:224 106 #: includes/admin/setting.php:245 107 107 msgid "Report" 108 108 msgstr "レポート" 109 109 110 #: includes/qrcode.php: 58110 #: includes/qrcode.php:60 111 111 msgid "QR Code" 112 112 msgstr "QRコード" … … 132 132 msgstr "https://www.redwoodcity.jp/" 133 133 134 #~ msgid "checked" 135 #~ msgstr "checked" 136 134 137 #~ msgid "" 135 138 #~ "This plug-in can implement an easy-to-use stamp rally using browser " -
qr-code-management/trunk/readme.txt
r2184025 r2184045 1 === QR code management ===1 === QR Code Management === 2 2 Contributors: Redwoodcity 3 3 Donate link: https://www.redwoodcity.jp/qrcode-management/ -
qr-code-management/trunk/rwc-qrcode-management.php
r2184025 r2184045 1 1 <?php 2 2 /** 3 * Plugin Name: QR code management3 * Plugin Name: QR Code Management 4 4 * Description: A plug-in that issues a QR code for public pages of posts, fixed pages, and custom post types. The QR code format is PNG, SVG, EPSJ, JPEG. 5 5 * Version: 1.0
Note: See TracChangeset
for help on using the changeset viewer.