Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jstriedinger committed Mar 17, 2024
1 parent 1f67941 commit f47612a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function arkdewp_scripts() {
} else {
$v = '';
}
write_log( $v );

wp_enqueue_style( 'arkdewp-css', $assets_uri . 'arkdewp' . $file_prefix . '.css', array(), $v, 'all' );
wp_style_add_data( 'arkdewp-css', 'rtl', 'replace' );
Expand Down

0 comments on commit f47612a

Please sign in to comment.