mirror of
https://github.com/ulaulaman/eduinaf.git
synced 2025-03-06 02:47:40 +01:00
Corretto errore nel path di speciali.css
This commit is contained in:
parent
074683a34a
commit
1a48271c62
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
Plugin Name: Edu INAF Tools
|
Plugin Name: Edu INAF Tools
|
||||||
Description: Il plugin aggiunge varie funzionalità al sito Edu INAF senza modificare direttamente il codice php del tema.
|
Description: Il plugin aggiunge varie funzionalità al sito Edu INAF senza modificare direttamente il codice php del tema.
|
||||||
Version: 2018.0323
|
Version: 2018.0327
|
||||||
Author: Gianluigi Filippelli
|
Author: Gianluigi Filippelli
|
||||||
Author URI: http://dropseaofulaula.blogspot.it/
|
Author URI: http://dropseaofulaula.blogspot.it/
|
||||||
Plugin URI: https://ulaulaman.github.io/eduinaf/
|
Plugin URI: https://ulaulaman.github.io/eduinaf/
|
||||||
@ -31,7 +31,7 @@ require_once( EDUINAF__PLUGIN_DIR . 'didattica/shortcode.php' );
|
|||||||
|
|
||||||
# inclusione di css personalizzato per tabella
|
# inclusione di css personalizzato per tabella
|
||||||
function edu_inaf_table () {
|
function edu_inaf_table () {
|
||||||
wp_register_style( 'eduinaf', plugins_url( 'eduinaf-dev/incl/speciale.css' ) );
|
wp_register_style( 'eduinaf', plugins_url( 'eduinaf/incl/speciale.css' ) );
|
||||||
wp_enqueue_style( 'eduinaf' );
|
wp_enqueue_style( 'eduinaf' );
|
||||||
}
|
}
|
||||||
add_action( 'wp_enqueue_scripts', 'edu_inaf_table' );
|
add_action( 'wp_enqueue_scripts', 'edu_inaf_table' );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user