Skip to content

Commit

Permalink
not in the webapp anymore...
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv authored Feb 13, 2024
1 parent c42d10f commit cf65115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakePotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ protected function extract_strings() {

if ( $this->main_file_path && $this->location ) {
$translation->addReference(
str_replace( "$this->source/", '', wp_normalize_path( $this->main_file_path ) )
str_replace( "$this->source/", '', Utils\normalize_path( $this->main_file_path ) )
);
}

Expand Down

0 comments on commit cf65115

Please sign in to comment.