Skip to content

Commit 231b789

Browse files
author
Antti Kuosmanen
committed
Bugfix: remove extra period in preview page notification
1 parent fc5a12e commit 231b789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ function wplf_form( $id , $content = '', $xclass = '' ) {
484484
if( !$publicly_visible ) {
485485
?>
486486
<p style="background:#f5f5f5;border-left:4px solid #dc3232;padding:6px 12px;">
487-
<b style="color:#dc3232;"><?php _e( 'This form preview URL is not public and cannot be shared.', 'wp-libre-form' ) ?>.</b><br />
487+
<b style="color:#dc3232;"><?php _e( 'This form preview URL is not public and cannot be shared.', 'wp-libre-form' ) ?></b><br />
488488
<?php _e( 'Non-logged in visitors will see a 404 error page instead.', 'wp-libre-form' ) ?>
489489
</p>
490490
<?php

0 commit comments

Comments
 (0)