Skip to content

Commit

Permalink
Fix #1076 -- remove double negative settings (invert HIDE_* into SHOW…
Browse files Browse the repository at this point in the history
…_*).

new                     =     old                     = default
SHOW_SOURCELINK         = not HIDE_SOURCELINK         = True
SHOW_UNTRANSLATED_POSTS = not HIDE_UNTRANSLATED_POSTS = True

Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 3, 2014
1 parent 4408598 commit 13cebac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ New in master
Features
--------

* Invert ``HIDE_SOURCELINK`` and ``HIDE_UNTRANSLATED_POSTS`` into
``SHOW_SOURCELINK`` and ``SHOW_UNTRANSLATED_POSTS`` (Issue #1076)

Bugfixes
--------

Expand Down

0 comments on commit 13cebac

Please sign in to comment.