Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove buggy conditional around related posts header #901

Merged
merged 1 commit into from
Mar 16, 2017

Commits on Mar 15, 2017

  1. Remove buggy conditional around related posts header

    This removes a buggy conditional that checks if `related_label` is
    available in translations before displaying the header for related
    posts but this header already handle missing translation by using a
    default string.
    
    With this fix the header is displayed even if the translation for this
    label isn't available.
    
    Fix mmistakes#900
    Bounga committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    9899413 View commit details
    Browse the repository at this point in the history