Skip to content

Commit

Permalink
Remove superfluous whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 7, 2023
1 parent 1f350c3 commit 11bc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
add_action(
'plugins_loaded',
function() {
load_plugin_textdomain( 'pronamic-ideal', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
load_plugin_textdomain( 'pronamic-ideal', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
}
);

Expand Down

0 comments on commit 11bc1f1

Please sign in to comment.