Skip to content

Commit

Permalink
Merge pull request #138 from brainstormforce/feedback-1513
Browse files Browse the repository at this point in the history
Removed redundant code - function call
  • Loading branch information
sushmak02 authored Nov 19, 2024
2 parents 0bb9b49 + 954514b commit 4c1c172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/class-uabb-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public function __construct() {
add_action( 'admin_notices', array( $this, 'admin_notices' ) );
add_action( 'network_admin_notices', array( $this, 'admin_notices' ) );
}
// Hook the load_plugin_textdomain function to the init action.
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );

}
/**
* Function that renders links
Expand Down

0 comments on commit 4c1c172

Please sign in to comment.