Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Jan 8, 2025
1 parent b1db44a commit 6f94131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/fn-misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ function gcd( int $a, int $b ): int {

function load_textdomain(): void {

\load_plugin_textdomain(
load_plugin_textdomain(
'advanced-responsive-video-embedder',
false,
dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/'
dirname( plugin_basename( __FILE__ ), 2 ) . '/languages/'
);
}

Expand Down

0 comments on commit 6f94131

Please sign in to comment.