Skip to content

Commit

Permalink
Update class-ttveditor-scripts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Oct 27, 2024
1 parent 021dd53 commit da359b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-ttveditor-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Scripts
public function __construct()
{
// Load plugin options
$this->options = get_option('ttveditor_options');
$this->options = get_option('teksttveditor_options');

// Enqueue scripts
add_action('admin_enqueue_scripts', array($this, 'enqueue_scripts'));
Expand Down

0 comments on commit da359b8

Please sign in to comment.