Fixed: Caching issue with the blog
This commit is contained in:
parent
d298c1c05c
commit
307c5e1171
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ $page->navigation();
|
|||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Fixed */
|
||||
echo __('Blog not working due to a caching issue');
|
||||
echo __('Caching issue with the blog');
|
||||
?>
|
||||
<a href="https://github.com/grandeljay/wishthis/issues/46" target="_blank">#46</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue