Skip to content

Commit

Permalink
Set visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 31, 2024
1 parent 47d082f commit d4a22ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/word-count/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class WidgetContextWordCount {
private static $instance;
private $wc;

var $words_on_page = 0;
private $words_on_page = 0;

public function __construct( $plugin ) {
$this->wc = $plugin;
Expand Down

0 comments on commit d4a22ff

Please sign in to comment.