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
parent 22b6f5a915
commit 19d2f29092
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}