Skip to content

Commit

Permalink
Merge pull request #5 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rvdforst authored Jun 15, 2023
2 parents bdcff78 + b53c7a5 commit 5a488d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rrze/wp",
"description": "A general purpose library for WordPress.",
"version": "1.1.0",
"version": "1.1.1",
"type": "library",
"keywords": [
"wordpress"
Expand Down
2 changes: 1 addition & 1 deletion src/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct($title, $slug = null)

public function loadTextdomain()
{
$mofile = dirname(__FILE__) . '/languages/rrze-wp-settings' . get_locale() . '.mo';
$mofile = dirname(__FILE__) . '/languages/rrze-wp-settings-' . get_locale() . '.mo';
load_textdomain('rrze-wp-settings', $mofile);
}

Expand Down

0 comments on commit 5a488d8

Please sign in to comment.