Skip to content

Commit 347bb01

Browse files
committed
bug fix variable
- bugfix variable name - tweaked changelog
1 parent 793577b commit 347bb01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#### Version 2015-05-26
22

3+
* Bugfix for variable name in translation loader
4+
* Refined Shortcode parameters
35
* Added label "Last updated:" (defaults to not being shown!)
46
* Made separator string translateable (makes sense for a lot of languages to have a "sane default" then)
57
* Added translations to the plugin; plus default .pot file and German translations

shortcode-item-updated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function ddw_siu_load_translations() {
5050
$locale = apply_filters( 'plugin_locale', get_locale(), $siu_textdomain );
5151

5252
/** Set filter for WordPress languages directory */
53-
$gwnf_wp_lang_dir = apply_filters(
53+
$siu_wp_lang_dir = apply_filters(
5454
'siu_filter_wp_lang_dir',
5555
trailingslashit( WP_LANG_DIR ) . 'plugins/' . $siu_textdomain . '-' . $locale . '.mo'
5656
);

0 commit comments

Comments
 (0)