Skip to content

Commit

Permalink
Force to not make translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Nov 2, 2024
1 parent d186c69 commit 144e5f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private function check_name( Check_Result $result, string $readme_file, Parser $
9
);
} else {
$plugin_data = get_plugin_data( $result->plugin()->main_file() );
$plugin_data = get_plugin_data( $result->plugin()->main_file(), true, false );

$plugin_readme_name = html_entity_decode( $parser->name, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 );
$plugin_header_name = html_entity_decode( $plugin_data['Name'], ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 );
Expand Down

0 comments on commit 144e5f3

Please sign in to comment.