Fixing "Use of undefined constant POWER_TOC_VERSION" (#1)

This commit is contained in:
Eric van der Vlist 2020-05-09 11:41:16 +02:00
förälder 22b6f5a915
incheckning 19d2f29092
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -293,7 +293,7 @@ if( !class_exists('ExToC') ) {
}
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);
}