Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit db598cb

Browse files
committed
Fix Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines
1 parent 5b00027 commit db598cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php/class-post-type.php

-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ public function render_data_metabox( $post ) {
383383

384384
echo '</summary>';
385385

386-
387386
if ( '' === $value ) {
388387
$preview = '<p><em>' . esc_html__( '(Empty string)', 'customize-snapshots' ) . '</em></p>';
389388
} elseif ( is_string( $value ) || is_numeric( $value ) ) {

0 commit comments

Comments
 (0)