Fix PHPCS violations automatically using phpcbf

This commit is contained in:
Rodrigo Primo 2018-10-22 11:22:22 -03:00
parent b49a9a5809
commit 8f04e09f26
1 changed files with 1 additions and 1 deletions

View File

@ -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>