Fixing "Use of undefined constant POWER_TOC_VERSION" (#1)
This commit is contained in:
parent
22b6f5a915
commit
19d2f29092
|
@ -293,7 +293,7 @@ if( !class_exists('ExToC') ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function wp_enqueue_scripts() {
|
public function wp_enqueue_scripts() {
|
||||||
wp_register_style(EXTENDED_TOC_ID, $this->path . '/style.css', array(), POWER_TOC_VERSION);
|
wp_register_style(EXTENDED_TOC_ID, $this->path . '/style.css', array(), 'POWER_TOC_VERSION');
|
||||||
wp_enqueue_style(EXTENDED_TOC_ID);
|
wp_enqueue_style(EXTENDED_TOC_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue