Skip to content

Commit 2b3584a

Browse files
author
Anssi Hautamäki
committed
Code formatting for CI.
1 parent 6f2f6bf commit 2b3584a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function metabox_submission() {
264264
// Show a link if the field corresponds to a URL
265265
// assume values starting with '/' are root relative URLs and should be handled as links
266266
$value_is_url = false;
267-
if ( strlen($value) > 0 ) {
267+
if ( strlen( $value ) > 0 ) {
268268
$value_is_url = $value[0] === '/' ? true : filter_var( $value, FILTER_VALIDATE_URL );
269269
}
270270
if ( $value_is_url ) {

0 commit comments

Comments
 (0)