Skip to content

Commit

Permalink
Merge pull request #151 from brainstormforce/pr-feeback
Browse files Browse the repository at this point in the history
Final PR feedback changes
  • Loading branch information
sushmak02 authored Jan 30, 2025
2 parents 248a259 + c2da1cb commit 4223ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/class-uabb-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function includes() {
require_once BB_ULTIMATE_ADDON_DIR . 'admin/bsf-analytics/class-bsf-analytics.php';

// Load the appropriate text-domain.
$this->load_plugin_textdomain();
$this->load_uabb_textdomain();
}

/**
Expand Down Expand Up @@ -186,7 +186,7 @@ public function init() {
* @since 1.0
* @return bool
*/
public function load_plugin_textdomain() {
public function load_uabb_textdomain() {
// Default languages directory for "ultimate-addons-for-beaver-builder-lite".
$lang_dir = BB_ULTIMATE_ADDON_DIR . 'languages/';

Expand Down

0 comments on commit 4223ad9

Please sign in to comment.