Fix PHPCS violations automatically using phpcbf
This commit is contained in:
parent
b49a9a5809
commit
8f04e09f26
|
@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
?>
|
||||
|
||||
<?php if ( 'publish' === get_post_status() ): ?>
|
||||
<?php if ( 'publish' === get_post_status() ) : ?>
|
||||
<style type="text/css">
|
||||
#post-preview { display:none }
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue