Skip to content

Commit

Permalink
issue #155
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclause committed Jun 3, 2015
1 parent a42627c commit 0da6484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qtranslate_frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ function qtranxf_get_attachment_link( $link, $id=null, $size=null, $permalink=nu
function qtranxf_home_url($url, $path, $orig_scheme, $blog_id)
{
global $q_config;
if($q_config['url_mode'] == QTX_URL_QUERY) return $url; // @since 3.3.7
$lang = $q_config['language'];
//qtranxf_dbg_log('qtranxf_home_url: url='.$url.'; path='.$path.'; orig_scheme='.$orig_scheme);
$url = qtranxf_get_url_for_language($url, $lang, !$q_config['hide_default_language'] || $lang != $q_config['default_language']);
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Developers: please drop new topics here, the text will be moved to [qTranslate-X
* Feature: swirly-bracket(brace) language encoding added to be used in places where square-bracket and comment encoding do not work. '[:]' sometimes conflict with shortcodes. '<!--:-->' does not survive tag clean up. '{:}'(swirly-bracket) seems to survive all.
* Fix: handling non-standard language code: [Issue #171](https://github.com/qTranslate-Team/qtranslate-x/issues/171).
* Fix: 'Head inline CSS' update on language list changes.
* Fix: pagination of posts under Query Mode of URL Modification (filter 'qtranxf_convertBlogInfoURL'): [Issue #155](https://github.com/qTranslate-Team/qtranslate-x/issues/155)
* Fix: pagination of posts under Query Mode of URL Modification (filter 'qtranxf_convertBlogInfoURL'): [Issue #155](https://github.com/qTranslate-Team/qtranslate-x/issues/155). Filters 'home_url' and 'bloginfo_url' are disabled in Query mode.
* Fix: updated `qtranxf_get_option_config_files` to check for misconfigurations.

### 3.3.5 ###
Expand Down

0 comments on commit 0da6484

Please sign in to comment.