diff --git a/functions.php b/functions.php index b747978..08fbb0f 100644 --- a/functions.php +++ b/functions.php @@ -131,7 +131,7 @@ function ofisuport_scripts() { //wp_enqueue_style( 'ofisuport-style', get_stylesheet_uri(), array(), _S_VERSION ); //https://developer.wordpress.org/reference/functions/wp_enqueue_style/#comment-2056 //wp_enqueue_style('main-styles', get_template_directory_uri() . '/css/style.css', array(), filemtime(get_template_directory() . '/css/style.css'), false); - wp_enqueue_style( 'ofisuport-style', get_stylesheet_uri(), array(), filetime(get_stylesheet_uri() . 'style.css', false); + wp_enqueue_style( 'ofisuport-style', get_stylesheet_uri(), array(), filemtime(get_stylesheet_uri() . 'style.css'), false); wp_style_add_data( 'ofisuport-style', 'rtl', 'replace' ); wp_enqueue_script( 'ofisuport-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );