Skip to content

Commit 7bc3fda

Browse files
Merge pull request #35 from daanrijpkemacb/1.3.32
fix: update version to 1.3.32 and modify changelog for new release
2 parents e50770d + 36e7c99 commit 7bc3fda

File tree

11 files changed

+2033
-1963
lines changed

11 files changed

+2033
-1963
lines changed

bluem-interface.php

Lines changed: 253 additions & 273 deletions
Large diffs are not rendered by default.

bluem-mandates.php

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function bluem_woocommerce_mandates_show_extra_profile_fields($user)
247247
<td>
248248
<?php
249249
bluem_render_requests_list($bluem_requests);
250-
?>
250+
?>
251251
</td>
252252
</tr>
253253
<?php
@@ -286,35 +286,35 @@ class="regular-text"/><br/>
286286

287287
<?php
288288
}
289-
?>
289+
?>
290290
<tr>
291291
<th><label for="bluem_mandates_validated">Machtiging via shortcode / InstantMandates valide?</label></th>
292292
<td>
293293
<?php
294-
$curValidatedVal = (int)esc_attr(
295-
get_user_meta(
296-
$user->ID,
297-
'bluem_mandates_validated',
298-
true
299-
)
300-
);
301-
?>
294+
$curValidatedVal = (int)esc_attr(
295+
get_user_meta(
296+
$user->ID,
297+
'bluem_mandates_validated',
298+
true
299+
)
300+
);
301+
?>
302302
<select name="bluem_mandates_validated" id="bluem_mandates_validated">
303303
<option value="1"
304304
<?php
305-
if ($curValidatedVal == 1) {
306-
echo 'selected';
307-
}
308-
?>
305+
if ($curValidatedVal == 1) {
306+
echo 'selected';
307+
}
308+
?>
309309
>
310310
Ja
311311
</option>
312312
<option value="0"
313313
<?php
314-
if ($curValidatedVal == 0) {
315-
echo 'selected';
316-
}
317-
?>
314+
if ($curValidatedVal == 0) {
315+
echo 'selected';
316+
}
317+
?>
318318
>
319319
Nee
320320
</option>

0 commit comments

Comments
 (0)