Fix PHP, CSS AND JS coding standards
This commit is contained in:
parent
2351bef6ca
commit
f94fc1e59b
42 changed files with 357 additions and 213 deletions
|
@ -29,7 +29,7 @@ add_action( 'after_setup_theme', '_s_woocommerce_setup' );
|
|||
* @return void
|
||||
*/
|
||||
function _s_woocommerce_scripts() {
|
||||
wp_enqueue_style( '_s-woocommerce-style', get_template_directory_uri() . '/woocommerce.css' );
|
||||
wp_enqueue_style( '_s-woocommerce-style', get_template_directory_uri() . '/woocommerce.css', array(), _S_VERSION );
|
||||
|
||||
$font_path = WC()->plugin_url() . '/assets/fonts/';
|
||||
$inline_font = '@font-face {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue