The Ledger
Titan 1.21 Released

Titan 1.21 is now available for download. It contains mostly bug fixes and adds support for post/page thumbnails. PRO members head to the member downloads page. Free users can grab a copy from the theme page.
Titan PRO child theme updated to version 1.21
The Titan PRO child theme has been upgraded to version 1.21. If you have not customized your PRO child theme feel free to simply replace it with the new version (make a backup copy just in case). If you have customized your PRO child theme please follow these simple instructions:
- Download the new PRO child theme (version 1.21)
- Add the new
/functionsfolder to your existing titan_pro folder - Replace line 11 of your
header.phpfile with line 11 from theheader.phpfile in the new child theme - Add line 43 from the new child theme
header.phpfile to your existing PRO child theme - Edit your
style.cssfile and change the version to 1.21
If you are a PRO member and would like a diff file detailing the changes please post a request in the support forums.
Changelog
- New Feature! Add built in support for post/page thumbnails (WordPress 2.9)
- Security Enhancement: Sanitized the get_search_query function.
- Style Enhancement: Improved margins on in post photos.
- Accessibility Enhancement: Added a skip to content link.
- Bug Fix: Removed extra unordered list tag.
- Bug Fix: Fixed broken page in IE6.
- Bug Fix: Added wpautop for the footer about box and the notice box.
- Bug Fix: Added support for comments on pages.
- Miscellaneous: Updated .po and .mo files along with language instructions.
- Miscellaneous: Updated all links with The Theme Foundry URL.
Need Help?
Need help with or have a question about our themes? Please ask your question in the member support forums. Not a member yet? Sign-up now and start enjoying the benefits! Questions submitted here will not be published.

I found one mistake when I tried to translate your theme.
There is mistake in phrase “Edit This” in files index.php, page.php, search.php and single.php.
There is three variables instead one in string that contain phrase “Edit This”.
Example:
<?php edit_post_link(__('Edit This','','', 'titan')); ?>Thanks for pointing this out yuriki! I will be sure to fix it for the next release.