removing unecessary spaces
This commit is contained in:
parent
dd37070a34
commit
e904e0faec
|
|
@ -90,17 +90,8 @@ function enqueue_gutenberg_back_styles()
|
|||
wp_enqueue_style('tailpress_back', tailpress_asset('css/app.css'), array());
|
||||
}
|
||||
add_action('enqueue_block_editor_assets', 'enqueue_gutenberg_back_styles');
|
||||
|
||||
|
||||
add_action('wp_enqueue_scripts', 'tailpress_enqueue_scripts');
|
||||
|
||||
/**
|
||||
* Get asset path.
|
||||
*
|
||||
* @param string $path Path to asset.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function tailpress_asset($path)
|
||||
{
|
||||
if (wp_get_environment_type() === 'production') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user