Skip to content

Commit 9359b3a

Browse files
committed
Remove extra blank line in subscription view
Remove an unnecessary blank line before the closing PHP tag in views/meta-box-subscription-update.php. Pure whitespace cleanup with no functional changes.
1 parent 2cb621f commit 9359b3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

views/meta-box-subscription-update.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
$post_author = get_post_field( 'post_author' );
5353
$post_author = empty( $post_author ) ? '-' : $post_author;
5454

55-
5655
?>
5756
<input type="hidden" name="post_author_override" value="<?php echo esc_attr( $post_author ); ?>" />
5857

0 commit comments

Comments
 (0)