MW WP Form - Version 0.6.2

Version Description

  • Bug fix: Infinite loop when WordPress not root installed.
Download this release

Release Info

Developer inc2734
Plugin Icon wp plugin MW WP Form
Version 0.6.2
Comparing to
See all releases

Code changes from version 0.6.1 to 0.6.2

languages/mw-wp-form-ja.mo CHANGED
Binary file
languages/mw-wp-form-ja.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: MW WP Form 0.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2013-02-27 19:09+0900\n"
8
- "PO-Revision-Date: 2013-02-27 19:09+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "MIME-Version: 1.0\n"
@@ -18,289 +18,304 @@ msgstr ""
18
  "X-Poedit-KeywordsList: __;_e;_x\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
- #: ../mw-wp-form.php:275
22
- msgid "Validation Object is not a MW Validation Class."
23
- msgstr ""
24
-
25
- #: ../form_fields/mw_form_field_back_button.php:36
26
- #: ../system/mw_wp_form_admin_page.php:207
27
  msgid "Back"
28
  msgstr "戻る"
29
 
30
- #: ../form_fields/mw_form_field_preview_button.php:36
31
- #: ../form_fields/mw_form_field_submit.php:37
32
  msgid "Confirm"
33
  msgstr "確認画面へ"
34
 
35
- #: ../form_fields/mw_form_field_submit.php:38
36
- #: ../form_fields/mw_form_field_submit_button.php:37
37
  msgid "Send"
38
  msgstr "送信する"
39
 
40
- #: ../system/mw_validation.php:75
 
 
 
 
41
  msgid "This is required."
42
  msgstr "必須項目です。"
43
 
44
- #: ../system/mw_validation.php:95 ../system/mw_validation.php:117
45
  msgid "Please enter."
46
  msgstr "未入力です。"
47
 
48
- #: ../system/mw_validation.php:139
49
  msgid "Please enter with a half-width alphabetic character."
50
  msgstr "半角英字で入力してください。"
51
 
52
- #: ../system/mw_validation.php:161
53
  msgid "Please enter with a half-width number."
54
  msgstr "半角数字で入力してください。"
55
 
56
- #: ../system/mw_validation.php:183
57
  msgid "Please enter with a half-width alphanumeric character."
58
  msgstr "半角英数字で入力してください。"
59
 
60
- #: ../system/mw_validation.php:205
61
  msgid "This is not the format of a zip code."
62
  msgstr "郵便番号の形式ではありません。"
63
 
64
- #: ../system/mw_validation.php:232
65
  msgid "This is not the format of a tel number."
66
  msgstr "電話番号の形式ではありません。"
67
 
68
- #: ../system/mw_validation.php:259
69
  msgid "This is not the format of a mail address."
70
  msgstr "メールアドレスの形式ではありません。"
71
 
72
- #: ../system/mw_validation.php:281
73
  msgid "This is not the format of a url."
74
  msgstr "URLの形式ではありません。"
75
 
76
- #: ../system/mw_validation.php:304
77
  msgid "This is not in agreement."
78
  msgstr "一致しません。"
79
 
80
- #: ../system/mw_validation.php:328
81
  msgid "The number of characters is invalid."
82
  msgstr "文字数が正しくありません。"
83
 
84
- #: ../system/mw_validation.php:352
85
  msgid "The number of characters is a few."
86
  msgstr "文字数が足りません。"
87
 
88
- #: ../system/mw_validation.php:376
89
  msgid "This value is invalid."
90
  msgstr "値が不正です。"
91
 
92
- #: ../system/mw_validation.php:398
93
  msgid "This is not the format of a date."
94
  msgstr "日付の形式ではありません。"
95
 
96
- #: ../system/mw_wp_form_admin_page.php:65
97
  msgid "Add New Form"
98
  msgstr "フォームを追加"
99
 
100
- #: ../system/mw_wp_form_admin_page.php:66
101
  msgid "Edit Form"
102
  msgstr "フォームを編集"
103
 
104
- #: ../system/mw_wp_form_admin_page.php:67
105
  msgid "New Form"
106
  msgstr "新しいフォーム"
107
 
108
- #: ../system/mw_wp_form_admin_page.php:68
109
  msgid "View Form"
110
  msgstr "フォームを表示"
111
 
112
- #: ../system/mw_wp_form_admin_page.php:69
113
  msgid "Search Forms"
114
  msgstr "フォームを検索"
115
 
116
- #: ../system/mw_wp_form_admin_page.php:70
117
  msgid "No Forms found"
118
  msgstr "フォームがありません"
119
 
120
- #: ../system/mw_wp_form_admin_page.php:71
121
  msgid "No Forms found in Trash"
122
  msgstr "ゴミ箱にフォームはありません"
123
 
124
- #: ../system/mw_wp_form_admin_page.php:109
125
  msgid "Complete Message"
126
  msgstr "完了画面メッセージ"
127
 
128
- #: ../system/mw_wp_form_admin_page.php:116
129
  msgid "URL Options"
130
  msgstr "URL設定"
131
 
132
- #: ../system/mw_wp_form_admin_page.php:123
133
  msgid "Validation Rule"
134
  msgstr "バリデーションルール"
135
 
136
- #: ../system/mw_wp_form_admin_page.php:130
137
  msgid "Form Key"
138
  msgstr "フォーム識別子"
139
 
140
- #: ../system/mw_wp_form_admin_page.php:137
141
  msgid "Mail Options"
142
  msgstr "メール設定"
143
 
144
- #: ../system/mw_wp_form_admin_page.php:153
145
  msgid "Text"
146
  msgstr "テキストフィールド"
147
 
148
- #: ../system/mw_wp_form_admin_page.php:159
149
  msgid "Textarea"
150
  msgstr "テキストエリア"
151
 
152
- #: ../system/mw_wp_form_admin_page.php:165
153
  #, fuzzy
154
  msgid "Zip Code"
155
  msgstr "郵便番号"
156
 
157
- #: ../system/mw_wp_form_admin_page.php:171
158
- #: ../system/mw_wp_form_admin_page.php:436
159
  msgid "Tel"
160
  msgstr "電話番号"
161
 
162
- #: ../system/mw_wp_form_admin_page.php:177
163
  msgid "Select"
164
  msgstr "セレクトボックス"
165
 
166
- #: ../system/mw_wp_form_admin_page.php:183
167
  msgid "Radio"
168
  msgstr "ラジオボタン"
169
 
170
- #: ../system/mw_wp_form_admin_page.php:189
171
  msgid "Checkbox"
172
  msgstr "チェックボックス"
173
 
174
- #: ../system/mw_wp_form_admin_page.php:195
175
  msgid "Datepicker"
176
  msgstr "日付"
177
 
178
- #: ../system/mw_wp_form_admin_page.php:201
179
  msgid "Password"
180
  msgstr "パスワードフィールド"
181
 
182
- #: ../system/mw_wp_form_admin_page.php:213
183
  msgid "Confirm &amp; Submit"
184
  msgstr "確認・送信"
185
 
186
- #: ../system/mw_wp_form_admin_page.php:219
187
  msgid "Submit"
188
  msgstr "送信"
189
 
190
- #: ../system/mw_wp_form_admin_page.php:225
191
  msgid "Button"
192
  msgstr "ボタン"
193
 
194
- #: ../system/mw_wp_form_admin_page.php:231
195
  msgid "Hidden"
196
  msgstr "hiddenフィールド"
197
 
198
- #: ../system/mw_wp_form_admin_page.php:237
199
  msgid "Error Message"
200
  msgstr "エラーメッセージ"
201
 
202
- #: ../system/mw_wp_form_admin_page.php:315
203
  msgid "Copy and Paste this shortcode."
204
  msgstr "このショートコードをコピー&ペーストしてください。"
205
 
206
- #: ../system/mw_wp_form_admin_page.php:342
207
  msgid "To ( E-mail address )"
208
  msgstr "送信先(E-mailアドレス)"
209
 
210
- #: ../system/mw_wp_form_admin_page.php:344
211
  msgid "If empty: Using admin E-mail address."
212
  msgstr "未入力の場合:管理者のE-mailアドレスを使用します。"
213
 
214
- #: ../system/mw_wp_form_admin_page.php:347
215
  msgid "Subject"
216
  msgstr "件名"
217
 
218
- #: ../system/mw_wp_form_admin_page.php:351
219
  msgid "Ccontent"
220
  msgstr "本文"
221
 
222
- #: ../system/mw_wp_form_admin_page.php:353
223
  msgid "{key} is converted form data."
224
  msgstr "{キー}でそのフォーム項目に変換されます。"
225
 
226
- #: ../system/mw_wp_form_admin_page.php:356
227
  msgid "Automatic reply email"
228
  msgstr "自動返信メール"
229
 
230
- #: ../system/mw_wp_form_admin_page.php:358
231
  msgid "Please input the key to use as transmission to automatic reply email."
232
  msgstr "自動返信メールに使用する項目のキーを入力してください。"
233
 
234
- #: ../system/mw_wp_form_admin_page.php:373
235
  msgid "Input Page URL"
236
  msgstr "入力画面URL"
237
 
238
- #: ../system/mw_wp_form_admin_page.php:379
239
  msgid "Confirmation Page URL"
240
  msgstr "確認画面URL"
241
 
242
- #: ../system/mw_wp_form_admin_page.php:385
243
  msgid "Complete Page URL"
244
  msgstr "完了画面URL"
245
 
246
- #: ../system/mw_wp_form_admin_page.php:420
247
  msgid "Add Validation rule"
248
  msgstr "バリデーションルールを追加"
249
 
250
- #: ../system/mw_wp_form_admin_page.php:426
251
  msgid "The key which applies validation"
252
  msgstr "バリデーションを適用する項目"
253
 
254
- #: ../system/mw_wp_form_admin_page.php:430
255
  msgid "No empty"
256
  msgstr "必須項目"
257
 
258
- #: ../system/mw_wp_form_admin_page.php:431
259
  msgid "No empty( with checkbox )"
260
  msgstr "必須項目(チェックボックス)"
261
 
262
- #: ../system/mw_wp_form_admin_page.php:432
263
  msgid "Numeric"
264
  msgstr "半角数字"
265
 
266
- #: ../system/mw_wp_form_admin_page.php:433
267
  msgid "Alphabet"
268
  msgstr "半角英字"
269
 
270
- #: ../system/mw_wp_form_admin_page.php:434
271
  msgid "Alphabet and Numeric"
272
  msgstr "半角英数字"
273
 
274
- #: ../system/mw_wp_form_admin_page.php:435
275
  msgid "Zip code"
276
  msgstr "郵便番号"
277
 
278
- #: ../system/mw_wp_form_admin_page.php:437
279
  msgid "E-mail"
280
  msgstr "メールアドレス"
281
 
282
- #: ../system/mw_wp_form_admin_page.php:438
283
  msgid "Date"
284
  msgstr "日付"
285
 
286
- #: ../system/mw_wp_form_admin_page.php:442
287
  msgid "The key at same value"
288
  msgstr "一致する項目"
289
 
290
- #: ../system/mw_wp_form_admin_page.php:446
291
  msgid "The range of the number of characters"
292
  msgstr "文字数の範囲"
293
 
294
- #: ../system/mw_wp_form_admin_page.php:454
295
  msgid "The number of the minimum characters"
296
  msgstr "最小文字数"
297
 
298
- #~ msgid ""
299
- #~ "MW WP Form can create mail form with a confirmation screen using "
300
- #~ "shortcode."
301
- #~ msgstr ""
302
- #~ "MW WP Formはショートコードを使って確認画面付きのフォームを作成しメールを送"
303
- #~ "信することができます。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
 
305
  #~ msgid "Zip"
306
  #~ msgstr "郵便番号"
4
  msgstr ""
5
  "Project-Id-Version: MW WP Form 0.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2013-02-28 08:26:05+00:00\n"
8
+ "PO-Revision-Date: 2013-02-28 17:28+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "MIME-Version: 1.0\n"
18
  "X-Poedit-KeywordsList: __;_e;_x\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: form_fields/mw_form_field_back_button.php:36
22
+ #: system/mw_wp_form_admin_page.php:207
 
 
 
 
23
  msgid "Back"
24
  msgstr "戻る"
25
 
26
+ #: form_fields/mw_form_field_preview_button.php:36
27
+ #: form_fields/mw_form_field_submit.php:37
28
  msgid "Confirm"
29
  msgstr "確認画面へ"
30
 
31
+ #: form_fields/mw_form_field_submit.php:38
32
+ #: form_fields/mw_form_field_submit_button.php:37
33
  msgid "Send"
34
  msgstr "送信する"
35
 
36
+ #: mw-wp-form.php:275
37
+ msgid "Validation Object is not a MW Validation Class."
38
+ msgstr ""
39
+
40
+ #: system/mw_validation.php:75
41
  msgid "This is required."
42
  msgstr "必須項目です。"
43
 
44
+ #: system/mw_validation.php:95 system/mw_validation.php:117
45
  msgid "Please enter."
46
  msgstr "未入力です。"
47
 
48
+ #: system/mw_validation.php:139
49
  msgid "Please enter with a half-width alphabetic character."
50
  msgstr "半角英字で入力してください。"
51
 
52
+ #: system/mw_validation.php:161
53
  msgid "Please enter with a half-width number."
54
  msgstr "半角数字で入力してください。"
55
 
56
+ #: system/mw_validation.php:183
57
  msgid "Please enter with a half-width alphanumeric character."
58
  msgstr "半角英数字で入力してください。"
59
 
60
+ #: system/mw_validation.php:205
61
  msgid "This is not the format of a zip code."
62
  msgstr "郵便番号の形式ではありません。"
63
 
64
+ #: system/mw_validation.php:232
65
  msgid "This is not the format of a tel number."
66
  msgstr "電話番号の形式ではありません。"
67
 
68
+ #: system/mw_validation.php:259
69
  msgid "This is not the format of a mail address."
70
  msgstr "メールアドレスの形式ではありません。"
71
 
72
+ #: system/mw_validation.php:281
73
  msgid "This is not the format of a url."
74
  msgstr "URLの形式ではありません。"
75
 
76
+ #: system/mw_validation.php:304
77
  msgid "This is not in agreement."
78
  msgstr "一致しません。"
79
 
80
+ #: system/mw_validation.php:328
81
  msgid "The number of characters is invalid."
82
  msgstr "文字数が正しくありません。"
83
 
84
+ #: system/mw_validation.php:352
85
  msgid "The number of characters is a few."
86
  msgstr "文字数が足りません。"
87
 
88
+ #: system/mw_validation.php:376
89
  msgid "This value is invalid."
90
  msgstr "値が不正です。"
91
 
92
+ #: system/mw_validation.php:398
93
  msgid "This is not the format of a date."
94
  msgstr "日付の形式ではありません。"
95
 
96
+ #: system/mw_wp_form_admin_page.php:65
97
  msgid "Add New Form"
98
  msgstr "フォームを追加"
99
 
100
+ #: system/mw_wp_form_admin_page.php:66
101
  msgid "Edit Form"
102
  msgstr "フォームを編集"
103
 
104
+ #: system/mw_wp_form_admin_page.php:67
105
  msgid "New Form"
106
  msgstr "新しいフォーム"
107
 
108
+ #: system/mw_wp_form_admin_page.php:68
109
  msgid "View Form"
110
  msgstr "フォームを表示"
111
 
112
+ #: system/mw_wp_form_admin_page.php:69
113
  msgid "Search Forms"
114
  msgstr "フォームを検索"
115
 
116
+ #: system/mw_wp_form_admin_page.php:70
117
  msgid "No Forms found"
118
  msgstr "フォームがありません"
119
 
120
+ #: system/mw_wp_form_admin_page.php:71
121
  msgid "No Forms found in Trash"
122
  msgstr "ゴミ箱にフォームはありません"
123
 
124
+ #: system/mw_wp_form_admin_page.php:109
125
  msgid "Complete Message"
126
  msgstr "完了画面メッセージ"
127
 
128
+ #: system/mw_wp_form_admin_page.php:116
129
  msgid "URL Options"
130
  msgstr "URL設定"
131
 
132
+ #: system/mw_wp_form_admin_page.php:123
133
  msgid "Validation Rule"
134
  msgstr "バリデーションルール"
135
 
136
+ #: system/mw_wp_form_admin_page.php:130
137
  msgid "Form Key"
138
  msgstr "フォーム識別子"
139
 
140
+ #: system/mw_wp_form_admin_page.php:137
141
  msgid "Mail Options"
142
  msgstr "メール設定"
143
 
144
+ #: system/mw_wp_form_admin_page.php:153
145
  msgid "Text"
146
  msgstr "テキストフィールド"
147
 
148
+ #: system/mw_wp_form_admin_page.php:159
149
  msgid "Textarea"
150
  msgstr "テキストエリア"
151
 
152
+ #: system/mw_wp_form_admin_page.php:165
153
  #, fuzzy
154
  msgid "Zip Code"
155
  msgstr "郵便番号"
156
 
157
+ #: system/mw_wp_form_admin_page.php:171 system/mw_wp_form_admin_page.php:436
 
158
  msgid "Tel"
159
  msgstr "電話番号"
160
 
161
+ #: system/mw_wp_form_admin_page.php:177
162
  msgid "Select"
163
  msgstr "セレクトボックス"
164
 
165
+ #: system/mw_wp_form_admin_page.php:183
166
  msgid "Radio"
167
  msgstr "ラジオボタン"
168
 
169
+ #: system/mw_wp_form_admin_page.php:189
170
  msgid "Checkbox"
171
  msgstr "チェックボックス"
172
 
173
+ #: system/mw_wp_form_admin_page.php:195
174
  msgid "Datepicker"
175
  msgstr "日付"
176
 
177
+ #: system/mw_wp_form_admin_page.php:201
178
  msgid "Password"
179
  msgstr "パスワードフィールド"
180
 
181
+ #: system/mw_wp_form_admin_page.php:213
182
  msgid "Confirm &amp; Submit"
183
  msgstr "確認・送信"
184
 
185
+ #: system/mw_wp_form_admin_page.php:219
186
  msgid "Submit"
187
  msgstr "送信"
188
 
189
+ #: system/mw_wp_form_admin_page.php:225
190
  msgid "Button"
191
  msgstr "ボタン"
192
 
193
+ #: system/mw_wp_form_admin_page.php:231
194
  msgid "Hidden"
195
  msgstr "hiddenフィールド"
196
 
197
+ #: system/mw_wp_form_admin_page.php:237
198
  msgid "Error Message"
199
  msgstr "エラーメッセージ"
200
 
201
+ #: system/mw_wp_form_admin_page.php:315
202
  msgid "Copy and Paste this shortcode."
203
  msgstr "このショートコードをコピー&ペーストしてください。"
204
 
205
+ #: system/mw_wp_form_admin_page.php:342
206
  msgid "To ( E-mail address )"
207
  msgstr "送信先(E-mailアドレス)"
208
 
209
+ #: system/mw_wp_form_admin_page.php:344
210
  msgid "If empty: Using admin E-mail address."
211
  msgstr "未入力の場合:管理者のE-mailアドレスを使用します。"
212
 
213
+ #: system/mw_wp_form_admin_page.php:347
214
  msgid "Subject"
215
  msgstr "件名"
216
 
217
+ #: system/mw_wp_form_admin_page.php:351
218
  msgid "Ccontent"
219
  msgstr "本文"
220
 
221
+ #: system/mw_wp_form_admin_page.php:353
222
  msgid "{key} is converted form data."
223
  msgstr "{キー}でそのフォーム項目に変換されます。"
224
 
225
+ #: system/mw_wp_form_admin_page.php:356
226
  msgid "Automatic reply email"
227
  msgstr "自動返信メール"
228
 
229
+ #: system/mw_wp_form_admin_page.php:358
230
  msgid "Please input the key to use as transmission to automatic reply email."
231
  msgstr "自動返信メールに使用する項目のキーを入力してください。"
232
 
233
+ #: system/mw_wp_form_admin_page.php:373
234
  msgid "Input Page URL"
235
  msgstr "入力画面URL"
236
 
237
+ #: system/mw_wp_form_admin_page.php:379
238
  msgid "Confirmation Page URL"
239
  msgstr "確認画面URL"
240
 
241
+ #: system/mw_wp_form_admin_page.php:385
242
  msgid "Complete Page URL"
243
  msgstr "完了画面URL"
244
 
245
+ #: system/mw_wp_form_admin_page.php:420
246
  msgid "Add Validation rule"
247
  msgstr "バリデーションルールを追加"
248
 
249
+ #: system/mw_wp_form_admin_page.php:426
250
  msgid "The key which applies validation"
251
  msgstr "バリデーションを適用する項目"
252
 
253
+ #: system/mw_wp_form_admin_page.php:430
254
  msgid "No empty"
255
  msgstr "必須項目"
256
 
257
+ #: system/mw_wp_form_admin_page.php:431
258
  msgid "No empty( with checkbox )"
259
  msgstr "必須項目(チェックボックス)"
260
 
261
+ #: system/mw_wp_form_admin_page.php:432
262
  msgid "Numeric"
263
  msgstr "半角数字"
264
 
265
+ #: system/mw_wp_form_admin_page.php:433
266
  msgid "Alphabet"
267
  msgstr "半角英字"
268
 
269
+ #: system/mw_wp_form_admin_page.php:434
270
  msgid "Alphabet and Numeric"
271
  msgstr "半角英数字"
272
 
273
+ #: system/mw_wp_form_admin_page.php:435
274
  msgid "Zip code"
275
  msgstr "郵便番号"
276
 
277
+ #: system/mw_wp_form_admin_page.php:437
278
  msgid "E-mail"
279
  msgstr "メールアドレス"
280
 
281
+ #: system/mw_wp_form_admin_page.php:438
282
  msgid "Date"
283
  msgstr "日付"
284
 
285
+ #: system/mw_wp_form_admin_page.php:442
286
  msgid "The key at same value"
287
  msgstr "一致する項目"
288
 
289
+ #: system/mw_wp_form_admin_page.php:446
290
  msgid "The range of the number of characters"
291
  msgstr "文字数の範囲"
292
 
293
+ #: system/mw_wp_form_admin_page.php:454
294
  msgid "The number of the minimum characters"
295
  msgstr "最小文字数"
296
 
297
+ #. Plugin Name of the plugin/theme
298
+ msgid "MW WP Form"
299
+ msgstr ""
300
+
301
+ #. Plugin URI of the plugin/theme
302
+ msgid "http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/"
303
+ msgstr ""
304
+
305
+ #. Description of the plugin/theme
306
+ msgid ""
307
+ "MW WP Form can create mail form with a confirmation screen using shortcode."
308
+ msgstr ""
309
+ "MW WP Formはショートコードを使って確認画面付きのフォームを作成しメールを送信"
310
+ "することができます。"
311
+
312
+ #. Author of the plugin/theme
313
+ msgid "Takashi Kitajima"
314
+ msgstr ""
315
+
316
+ #. Author URI of the plugin/theme
317
+ msgid "http://2inc.org"
318
+ msgstr ""
319
 
320
  #~ msgid "Zip"
321
  #~ msgstr "郵便番号"
languages/mw-wp-form.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MW WP Form 0.6.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2013-02-27 10:07:24+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MW WP Form 0.6.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2013-02-28 08:26:05+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
mw-wp-form.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen using shortcode.
6
- * Version: 0.6.1
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created: September 25, 2012
10
- * Modified: February 27, 2013
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPL2
@@ -368,8 +368,17 @@ class mw_wp_form {
368
  if ( empty( $url ) ) {
369
  return '';
370
  }
 
 
 
 
 
 
 
 
 
371
  if ( !preg_match( '/^https?:\/\//', $url ) ) {
372
- $url = home_url() . '/' . $url;
373
  }
374
  $url = preg_replace( '/([^:])\/+/', '$1/', $url );
375
  $url = trailingslashit( $url );
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen using shortcode.
6
+ * Version: 0.6.2
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created: September 25, 2012
10
+ * Modified: February 28, 2013
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPL2
368
  if ( empty( $url ) ) {
369
  return '';
370
  }
371
+ $parse_home_url = parse_url( home_url() );
372
+ // ルートにインストールされているとき
373
+ if ( empty( $parse_home_url['path'] ) ) {
374
+ $home_url = home_url();
375
+ }
376
+ // 第2階層以下にインストールされているとき
377
+ else {
378
+ $home_url = str_replace( $parse_home_url['path'], '', home_url() );
379
+ }
380
  if ( !preg_match( '/^https?:\/\//', $url ) ) {
381
+ $url = $home_url . '/' . $url;
382
  }
383
  $url = preg_replace( '/([^:])\/+/', '$1/', $url );
384
  $url = trailingslashit( $url );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: plugin, form, confirm, preview
5
  Requires at least: 3.4
6
  Tested up to: 3.5
7
- Stable tag: 0.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,6 +29,9 @@ http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
29
 
30
  == Changelog ==
31
 
 
 
 
32
  = 0.6.1 =
33
  * Added To E-mail adress settings.
34
 
4
  Tags: plugin, form, confirm, preview
5
  Requires at least: 3.4
6
  Tested up to: 3.5
7
+ Stable tag: 0.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
 
30
  == Changelog ==
31
 
32
+ = 0.6.2 =
33
+ * Bug fix: Infinite loop when WordPress not root installed.
34
+
35
  = 0.6.1 =
36
  * Added To E-mail adress settings.
37