HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/thematic/readme.txt
=== Thematic ===
Contributors: iandstewart, chrisgossmann, emhr
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
Requires at least: 3.2
Tested up to: 3.4
Stable tag: 1.0.2.1

The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, & a whole lot more.

== Description ==

Thematic is a free, open-source, highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins, and a whole community behind it. It's perfect for beginner bloggers and WordPress development professionals.

Features:

* Perfect to use as-is or as a blank WordPress theme for development
* Fully Search-Engine Optimized
* Extra widget-ready areas (13 in total) and more possible in your Child Theme
* Free and commercially supported Child Themes are available for upgrading the theme
* Includes a sample WordPress Child Theme for rapid development
* A wiki-editable guide to Thematic Customization
* Ready for WordPress plugins like Subscribe to Comments, WP-PageNavi, and Comment-license
* Fully compatible with All-In-One SEO and Platinum SEO plugins
* Multiple, easy to implement, bulletproof layout options for 2, or 3 column designs
* Modular CSS with pre-packaged resets and basic typography
* Dynamic post and body classes make it a hyper-canvas for CSS artists
* Editable footer text to remove the theme credit without harming the theme
* Options for multi-author blogs

== Changelog ==
= 1.0.2.1 =
* Added: $hook argument to <code>apply_filters()</code> in <code>thematic_before_widget_area()</code> and <code>thematicafter_widget_area()</code> to filter attribute id
* Fixed: <code>thematic_wptitle</code> to use <code>!thematic_seo()</code> logic
* Fixed: The <code>thematic_theme_setup()</code> framework and child theme data that feed the Constants and shortcodes generated from constants
* Removed: Constants for namespacing changes as follows
* Removed: THEMENAME
* Added: THEMATIC_THEMENAME
* Removed: THEMEAUTHOR
* Added: THEMATIC_THEMEAUTHOR
* Removed: THEMEURI
* Added: THEMATIC_THEMEURI
* Removed: THEMATICVERSION
* Added: THEMATIC_VERSION
* Removed: TEMPLATEAUTHOR
* Added: THEMATIC_TEMPLATEAUTHOR
* Removed: TEMPLATEURI
* Added: THEMATIC_TEMPLATEURI
* Removed: TEMPLATEVERSION
* Added: THEMATIC_TEMPLATEVERSION
* Removed: THEMELIB 
* Added:THEMATIC_LIB
= 1.0.2 =
* Updated: German language files
* Updated: Swedish language files
* Updated: thematic.pot is in sync again
* Updated: WordPress backwards compatibility limited to WP 3.2
* Changed: <code>thematic_doctitle()</code> to echo a value generated by wp_title()
* Added:   <code>thematic_wptitle()</code> to filter wp_title()
* Changed: <code>thematic_secondary_aside()</code> and <code>thematic_primary_aside()</code> to display default sidebar contents when viewed in the live theme preview.
* Added Filters: <code>thematic_open_header thematic_close_header thematic_open_footer thematic_close_footer</code>
* Updated locales: sv_SE fr_FR
* Added locales: lt, tr_TR, he_IL
= 1.0 =
* Moved: conditional comment handling from page templates to <code>thematic_include_comments()</code>
* Fixed: many templates misuse of the <code>the_post()</code> 
* Moved: thematic_init_navmenu() to functions.php for adherence to theme review guidelines
* Added: <code>thematic_get_comment_link()</code> to filter <code>get_comment_link()</code>
* Changed: default.css for comment threading abnomalities  
* Added: html attributes for #comments-list and #pings-list in comments.php
* Added: <code>thematic_add_comment_class()</code> to filter <code>comment_class()</code>
* Deprecated: <code>childtheme_override_comment_class()</code> and <code>thematic_comment_class()</code>
* Changed: <code>thematic_post_footer()</code> "Comments" to " Responses"
* Fixed: Pagination of pings and comments when threaded.
* Changed: All of the functions in shortcodes.php to namspace with <code>thematic_*</code>
* Changed: <code>thematic_page_title()</code> to remove 'Blog Archives' 
* Removed: <code>widget_thematic_rsslinks_control()</code>
* Changed: Namespacing of classes from <code>THM_*</code> to <code>Thematic_*</code>
* Changed: Namespacing of functions from <code>widget_area_*()</code> to <code>thematic_widget_area_*()</code>
* Added: <code>thematic_list_bookmarks_args(), thematic_list_comments_arg(), thematic_more_text()</code> 
* Deprecated: <code>widget_area_*()</code> functions <code>list_bookmarks_args(), list_comments_arg(), pageGetPageNo(), more_text()</code>
* Changed: <code>thematic_commentbutton_text()</code> to return escaped content
* Moved: enqueue of comment reply script to <code>thematic_head_scripts()</code>
* Deprecated: <code>thematic_show_commentreply()</code>
* Replaced: <code>get_bloginfo(*)</code> for Theme Review required functions
* Moved: <code>thematic_create_contenttype()</code> within header.php for Theme Review compliance
* Removed: <code>wp_register_*</code> because <code>wp_enqueue_*</code> registers * when the src param is set for <code>_scripts</code> and <code>_styles</code>
* Moved: Function <code>thematic_head_scripts</code> to header.php
* Changed: the action hook for <code>thematic_head_scripts()</code> and <code>thematic_create_stylesheet()</code> to <code>wp_enqueue_scripts</code>
* Changed: Function <code>thematic_head_scripts</code> to <code>wp_enqueue_script</code>.
* Fixed: Valid CSS support for ie7 in default.css for hr color
* Depecated: archives.php template for proper template namespacing please use the newly added tempate-page-archives.php
* Deprecated: template-page-blog.php in favor of home.php
* Fixed: CSS to comply with WP theme unit tests: images, clearing floats, etc.
* Changed: default.css moved .gallery styles into images.css 
* Added: Action hook thematic_abovemainclose
* Added: Check for <code>current_theme_supports('thematic_support_post_type_author_link')</code> in <code>thematic_postmeta_authorlink</code>
* Added: Pretty Permalink support for custom post type archives in <code>thematic_postfooter</code>
* Added: WP Nav Menu compatibility to default sylesheet
* Fixed: 2c-l-fixed.css .hentry width bug
* Added: docblocks to all templates
* Fixed: Override childtheme_override_theme_setup
* Added: Function thematic_opt_init()
* Added: Function thematic_get_wp_opt()
* Added: Override: childtheme_override_opt_init()
* Added: Function thematic_get_theme_opt()
* Added: Function thematic_convert_legacy_opt()
* Added: Filter thematic_theme_convert_legacy_opt
* Added: Function thematic_default_opt()
* Added: Filter thematic_theme_default_opt
* Added: Function thematic_opt_add_page()
* Added: Filter thematic_theme_add_opt_page
* Added: Function thematic_opt_page_help()
* Added: Filter thematic_theme_opt_help_sidebar
* Added: Filter thematic_theme_opt_help_txt
* Added: Function thematic_legacy_help()
* Added: Override childtheme_override_opt_page_help
* Added: Function thematic_do_legacy_help_section()
* Added: Function thematic_do_opt_page()
* Added: Function thematic_do_opt_section_main()
* Added: Filter thematic_theme_opt_section_main
* Added: Function thematic_do_insert_opt()
* Added: Function thematic_do_auth_opt()
* Added: Function thematic_do_footer_opt()
* Added: Function thematic_do_legacy_opt()
* Added: Function thematic_validate_opt()
* Added: Override childtheme_override_validate_opt
* Added: Filter thematic_theme_opt_validation
* Changed Template author.php to use new thematic_get_theme_opt()
* Changed Function thematic_index_loop() to use new thematic_get_theme_opt()
* Changed Function thematic_siteinfo() to use new thematic_get_theme_opt()
* Removed: Global $options array
* Removed: Function mytheme_add_admin()
* Removed: Function mytheme_admin()
* FIXED: <code>thematic_tag_query()</code>.
* REMOVED: <code>thematic_canonical_url()</code> (no longer needed).
* Added: Add <code>add_theme_support('minorbrowserversion_ff')</code> to display major and minor Firefox version in the body class.
* Added: Add <code>add_theme_support('minorbrowserversion_ie')</code> to display major and minor IE version in the body class.
* Added: Add <code>add_theme_support('minorbrowserversion_op')</code> to display major and minor Opera version in the body class.
* Added: Add <code>add_theme_support('minorbrowserversion_sf')</code> to display major and minor Safari version in the body class.
* Added: Add <code>add_theme_support('minorbrowserversion_all')</code> to display major and minor version for all browsers in the body class.
* Added: Add <code>add_theme_support('minorbrowserversion_ch')</code> to display major and minor Chrome version in the body class.
* Changed: By default only the major browser version will be used in the body class.
* Added: Filter <code>thematic_doctitle_separator</code>.
* Fixed: Thematic Options is working again. 
* Changed: Filter <code>thematic_dropdown_options</code>.
* Removed: Variable <code>thematic_use_superfish</code>. 
* Changed: Function <code>thematic_create_stylesheet</code> to <code>wp_enqueue_style</code>.
* Removed: filter <code>thematic_create_stylesheet</code>.
* Added: New hook <code>thematic_child_init</code> used for <code>remove_theme_support</code>.
* Added: <code>add_theme_support('thematic_superfish')</code>
* Changed: Started to clean up the functions.php.
* Fixed: Missing text domain.
* Fixed: thematic_page_title() Tag archive display name of queried tag
* Changed: thematic_page_title() now supports for custom post type archives
* Changed: thematic_postfooter(), thematic_postfooter_postcategory(), thematic_postfooter_posttags() , thematic_postfooter_postcomments(), function thematic_postfooter_postconnect() to provide support for custom post types and custom taxonomies.
* Added: thematic_postfooter_posttax() providing a looping structure for post taxonomies
* Added: New override childtheme_override_postfooter_posttax() 
* Added: New filter thematic_postfooter_posttax
* Added: thematic_postfooter_postterms($tax) for assembling the term list for individual taxonomies
* Added: New override childtheme_override_postfooter_postterms($tax) 
* Added: New filter thematic_postfooter_postterms
* Added: New filter thematic_open_id_content. Defaults to: <code>'<div id="content">' . "\n"</code>.
* Added: $content_width defines the max image width.
* Added: Farsi language files. Credits: Ehsan
* Added: The action hooks <code>thematic_above_archiveloop</code> and <code>thematic_below_archivloop</code>. Credits: Kathy
* Added: Automatic support for All in One SEO Pack, HeadSpace Plugin, Platinum SEO Pack, wpSEO, and WordPress SEO.
* Added: Icelandic language files. Credits: Stef\E1n Vignir Skarph\E9\F0insson
* Changed: Removed changelog.html in favor of the new readme.txt.
* Fixed: <code>childtheme_menu_args</code> in Thematic Sample Childtheme (the value for echo is FALSE).
* Fixed: An E_NOTICE in dynamic_classes.php (occured while displaying a 404 page). Credits: markauk
* Fixed: childtheme_override_content_init() is now working.
* Fixed: Updated Brazilian Portuguese language files. Credits: Eduardo Zulian.
* Fixed: Removed sidebar-subsidiary.php. Code is created using action hooks.
* Fixed: The override part of some more functions.
* Fixed: Set Thematic filter thematic_page_menu_args for thematic_page_menu_args().
* Fixed: Removed thematic_page_menu_args() filter of wp_page_menu_args.
* Fixed: Reinstated thematic_nav_menu filter.
* Fixed: Undefined variable $redirect in thmfooter_login_link() from shortcodes.php.
* Fixed: The override part of a few functions creating the header missed the add_action part.
= 0.9.7.7 =
* Fixed: search.php call to undefined function blog_info().
* Fixed: Theme Review Images Test via CSS.
= 0.9.7.6 =
* Fixed: "Constant * already defined" notices when defining constants in a child themes.
* Fixed: "Undefined variable" $id, $aria_req notices when using default comment_form().
* Fixed: "Undefined constant assumed get_post_type_object" notice in thematic_post_class.
= 0.9.7.5 =
* Added: The constant THEMATIC_COMPATIBLE_FEEDLINKS which defaults to false. In this case the WordPress functions add_theme_support( 'automatic-feed-links' ) is used. If you set it to TRUE, Thematic will use its own functionality. This is a requirement by the Theme Review Team.
* Added: New function thematic_body() to header.php defined in dynamic-classes.php 
* Added: New function childtheme_override_body() defined in dynamic-classes.php
* Added: New function thematic_body_open() defined in dynamic-classes.php
* Added: Added Estonian language files. Credits: Peeter Marvet
* Added: Thematic's browser / OS class to WorpPress' body_class(). Menu will now display properly with the Test Data.
* Added: the constant THEMATIC_COMPATIBLE_COMMENT_FORM which defaults to false. In this case the WordPress function comment_form() is used. If you set it to TRUE, Thematic will use its own functionality. This is a requirement by the Theme Review Team. 
* Added: Added: Thematic's browser / OS class to WorpPress' body_class(). Menu will now display properly with the Test Data.
* Added: the constant THEMATIC_COMPATIBLE_POST_CLASS which defaults to false. In this case the WordPress function post_class() is used. If you set it to TRUE, Thematic will use its own function thematic_post_class(). This is a requirement by the Theme Review Team.
* Added: the constant THEMATIC_COMPATIBLE_BODY_CLASS which defaults to false. In this case the WordPress function body_class() is used. If you set it to TRUE, Thematic will use its own function thematic_body_class(). This is a requirement by the Theme Review Team.
* Added: Better SSL support by replacing bloginfo('siteurl') & get_bloginfo('siteurl') with site_url()
* Changed: the filter body_class to thematic_body_class.
* Fixed: Finnish language files. Credits: Peeter Marvet
* Fixed: Trailing slashes in the search forms of search.php and thematic_404()
* Fixed: childtheme_override_access().
* Fixed: the closing > for the post_class part.
* Fixed behaviour of thematic_show_bodyclass. The body tag will now be created, if a filter returns false.
* Fixed: Removed add_theme_support('menu') according to Andrew Nacin.
* Fixed: Comment handling for archives.php, links.php and page.php can be made compatible with old handling controlled by a key/value of "comments".
* Wrapped some WP 3.0 function calls. Thematic still supports WP 2.9.x.
= 0.9.7.4 =
* Added: Filter thematic_post_thumb_size in thematic_content()
* Added: Filter thematic_post_thumb_attr in thematic_content()
* Added: Filter thematic_post_thumbs Default TRUE in thematic_content()
* Added: Post Thumbnails to thematic_content() excerpts
* Added: add_theme_support( 'post-thumbnails' ) as required by WP Theme Dev Checklist
* Added: Post and Body classes for custom post types
* Added: Helper function thematic_is_custom_post_type()
* Added: Czech language files Credits: JanJan Fertek
* Added: Filter thematic_show_bc_taxonomyarchives Default True
* Added: Post and Body classes for custom taxonomies
* Added: Custom taxonomy support for archives in thematic_page_title()
* Added: Helper function thematic_get_term_name() for retrieving custom taxonomy name Credit Justin Tadlock 
* Added: CDATA encoding to JavaScript
* Added: Blog template page-blog.php  
* Added: Page template page-fullwidth.php and relative styles in thematic>library>layouts *.css files for full width content
* Fixed: Clearing Floats issues in compliance with Theme_Unit_Test WordPress Theme Review Guidelines
* Fixed: Conditional display of comment-edit anchor tag and meta separator
* Fixed: Trailing slash in thematic_search_form()
* Fixed: Missing Dutch nl_NL.po
* Added add_theme_support( 'automatic-feed-links' ).
* Removed the deprecated function call get_the_author().
* Renamed template files page-... to template-page-... according to <a href="http://codex.wordpress.org/Theme_Review#Custom_Template_Naming_Conventions">4.5.4 Custom Template Naming Conventions</a> and adjusted the CSS files.
* Updated: PT lang files Thanks to: Bernardo Maciel
* Updated: Dutch translation props: Fili
= 0.9.7.3 =
* Fixed: Changed trackback_url() to get_trackback_url().
* Fixed: Displaying WordPress Galleries is fixed.
* Fixed: Cleaned up theme-options.php.
* Fixed: Cleaned up comments-extensions.php.
* Fixed: Removed the custom field check to display the comments template for page.php, archives.php and links.php.
* Fixed: Deprecated is_sidebar_active() in favor of is_active_sidebar().
* Fixed: Cleaned up the deprecated function calls
* Fixed: duplicate key in thematic_nav_menu_args().
* Fixed: The deprecated function uses WordPress' functionality for reporting.
= 0.9.7.2 =
* Added: Fallback to wp_page_menu if theme location has no menu
* Added: thematic_init_navmenu registers the theme location for our menu. Override: childtheme_override_init_navmenu
* Added: thematic_primary_menu_name filters the menu name 'Primary Menu'.
* Added: thematic_primary_menu_id filters the  menu id 'primary-menu'.
* Added: The main menu uses the menu id 'primary-menu' and the menu name 'Primary Menu'.
* Fixed: Changed add_theme_support( 'nav-menus' ) to add_theme_support( 'menus' ).
* Fixed: a bug that prevents the 'Reset Widgets'.
= 0.9.7.1 =
* Fixed: Potential security issue in theme-options.php.
= 0.9.7 =
* Added: new function: thematic_init_presetwidgets() to initialize the preset widgets. Override function: childtheme_override_init_presetwidgets()
* Added: new function: thematic_content_init() to set up new post classes.
* Added: childtheme_override_content_init() overrides thematic_content_init
* Added: new post classes: is-full is-excerpt custom-excerpt auto-excerpt wp-teaser has-more wp-more has-teaser
* Added: new filter thematic_get_excerpt to thematic_content()
* Added: filter to customize the length ofthematic_search_form() in widgets-extensions.php. Credits: Aaron Jorbin
* Added: childtheme_override_doctitle() overrides thematic_doctitle
* Added: childtheme_override_head_scripts() overrides thematic_head_scripts
* Added: childtheme_override_brandingopen() overrides thematic_brandingopen
* Added: childtheme_override_blogtitle() overrides thematic_blogtitle
* Added: childtheme_override_blogdescription() overrides thematic_blogdescription            
* Added: childtheme_override_brandingclose() overrides thematic_brandingclose
* Added: childtheme_override_access() overrides thematic_access
* Added: childtheme_override_subsidiaries() overrides thematic_subsidiaries
* Added: childtheme_override_siteinfoopen() overrides thematic_siteinfoopen()
* Added: childtheme_override_siteinfo() overrides thematic_siteinfo()
* Added: childtheme_override_siteinfoclose() overrides thematic_siteinfoclose()
* Added: New action hooks thematic_abovecomment and thematic_belowcomment Credits: heaven.
* Added: childtheme_override_commentmeta overrides thematic_commentmeta()
* Added: new filter thematic_commentmeta() to discussion.php. Credits: heaven
* Added: childtheme_override_body_class() overrides thematic_body_class()
* Added: childtheme_override_post_class() overrides thematic_post_class()
* Added: childtheme_override_comment_class() overrides thematic_archive_loop()
* Added: childtheme_override_author_loop() overrides thematic_comment_class()
* Added: childtheme_override_date_classes() overrides thematic_date_classes()
* Added: Finnish language files. Credits: Mikito Takada
* Added: new filter thematic_open_wrapper to the header.php. This filter defaults to true.
* Added: new filter thematic_close_wrapper to the footer.php. This filter defaults to true.
* Added: childtheme_override_page_title() overrides thematic_page_title()
* Added: childtheme_override_nav_above() overrides thematic_nav_above()
* Added: childtheme_override_archive_loop() overrides thematic_archive_loop()
* Added: childtheme_override_author_loop() overrides thematic_author_loop()
* Added: childtheme_override_category_loop() overrides thematic_category_loop()
* Added: childtheme_override_index_loop() overrides thematic_index_loop()
* Added: childtheme_override_single_post() overrides thematic_single_post()
* Added: childtheme_override_search_loop() overrides thematic_search_loop()
* Added: childtheme_override_tag_loop() overrides thematic_tag_loop()
* Added: childtheme_override_postheader() overrides thematic_postheader()
* Added: childtheme_override_postheader_posteditlink() overrides thematic_postheader_posteditlink()
* Added: childtheme_override_postheader_posttitle() overrides thematic_postheader_posttitle()
* Added: childtheme_override_postheader_postmeta() overrides thematic_postheader_postmeta()
* Added: childtheme_override_postmeta_authorlink() overrides thematic_postmeta_authorlink()
* Added: childtheme_override_postmeta_entrydate() overrides thematic_postmeta_entrydate()
* Added: childtheme_override_postmeta_editlink() overrides thematic_postmeta_editlink()
* Added: childtheme_override_content() overrides thematic_content()
* Added: childtheme_override_archivesopen() overrides thematic_archivesopen()
* Added: childtheme_override_category_archives() overrides thematic_category_archives()
* Added: childtheme_override_monthly_archives() overrides thematic_monthly_archives()
* Added: childtheme_override_archivesclose() overrides thematic_archivesclose()
* Added: childtheme_override_404_content() overrides thematic_404_content()
* Added: childtheme_override_postfooter() overrides thematic_postfooter()
* Added: childtheme_override_postfooter_posteditlink() overrides thematic_postfooter_posteditlink()
* Added: childtheme_override_postfooter_postcategory() overrides thematic_postfooter_postcategory()
* Added: childtheme_override_postfooter_posttags() overrides thematic_postfooter_posttags()
* Added: childtheme_override_postfooter_postcomments() overrides thematic_postfooter_postcomments()
* Added: childtheme_override_postfooter_postconnect() overrides thematic_postfooter_postconnect()
* Added: childtheme_override_nav_below() overrides thematic_nav_below()
* Added: childtheme_override_previous_post_link() overrides thematic_previous_post_link()
* Added: childtheme_override_next_post_link() overrides thematic_next_post_link()
* Added: childtheme_override_author_info_avatar() overrides thematic_author_info_avatar()
* Added: childtheme_override_cats_meow() overrides thematic_cats_meow()
* Added: childtheme_override_tag_ur_it() overrides thematic_tag_ur_it()
* Added: Support for wp_nav_menu().
* Added: New filter thematic_menu_type to switch between wp_page_menu() and wp_nav_menu(). Defaults to wp_page_menu().
* Added: New filter thematic_nav_menu_args to filter the arguments for wp_nav_menu().
* Added: New filter thematic_page_menu_args to filter the arguments for wp_page_menu().
* Added: New filter thematic_use_superfish to prevent the use of Superfish for the menu.
* Added: New filter thematic_show_bc_blogid to prevent the BODY class blogid-n. 
* Added: New BODY class blogid-n.
* Added: New action hooks thematic_abovepost and thematic_belowpost.
* Added: New action hooks thematic_abovecontent and thematic_belowcontent.
* Added: Theme options support WordPress mu and WordPress 3.0 Multi-User option.
* Fixed: The UL Class sf-menu will be created only for the wp_page_menu() in the header.
* Fixed: Changed #trackbacks-list .comment-content to left:-10000px; in default.css. Fixes a glitch with the 'Many Tackbacks' post (WordPress Test Data).
* Fixed: Changed $version to $thm_version to prevent a collision with WP E-Commerce.
* Fixed: Widget areas can now be moved based on a conditional tag.
* Fixed: Removed thematic_before_widget() and thematic_after_widget() from Search Widget
* Fixed: Upgraded the Thematic widgets to the new API. Thematic now requires WordPress 2.8.x or above.
* Updated: Norwegian language files updated. Credits: peter.holme.
* Updated: Norwegian language files updated. Credits: Thomas Misund.
= 0.9.6.2 =
* Fixed: a bug in widgets-extensions.php not loading the preset widgets after switching themes.
* Fixed: a bug in page.php not loading thematic_comments_template()
* Fixed: missing gettext in comments-extensions.php
= 0.9.6.1 =
* Added: thematic_abovecontainer()
* Added: thematic_belowcontainer()
* Added: Thematic prevents the creation of the WordPress Generator. This can be filtered using a filter for thematic_hide_generators. Return TRUE and the WordPress Generator will be created.
* Added: The standard text 'One Comment' can be filtered using thematic_singlecomment_text.
* Added: The standard text 'n Comments' can be filtered using thematic_multiplecomments_text.
* Added: The standard text 'Post a Comment' can be filtered using thematic_postcomment_text.
* Added: The standard text 'Post a Reply to %s' can be filtered using thematic_postreply_text.
* Added: The standard text 'Comment' for the text box can be filtered using thematic_commentbox_text.
* Added: The standard text 'Post Comment' for the send button can be filtered using thematic_commentbutton_text.
* Added: Split up thematic_postheader() and thematic_postfooter() into sub-functions. With these new functions it is easier to rearrange the displayed data.
* Added: thematic_postheader_posttitle()
* Added: thematic_postheader_postmeta()
* Added: thematic_postmeta_authorlink()
* Added: thematic_postmeta_entrydate()
* Added: thematic_postmeta_editlink()
* Added: thematic_postfooter()
* Added: thematic_postfooter_posteditlink()
* Added: thematic_postfooter_postcategory()
* Added: thematic_postfooter_posttags()
* Added: thematic_postfooter_postconnect()
* Added: thematic_postfooter_postcomments()
* Added: thematic_show_bodyclass (master switch)
* Added: thematic_show_bc_wordpress
* Added: thematic_show_bc_datetime
* Added: thematic_show_bc_contenttype
* Added: thematic_show_bc_singular
* Added: thematic_show_bc_singlepost
* Added: thematic_show_bc_authorarchives
* Added: thematic_show_bc_categoryarchives
* Added: thematic_show_bc_tagarchives
* Added: thematic_show_bc_pages
* Added: thematic_show_bc_search
* Added: thematic_show_bc_loggedin
* Added: thematic_show_bc_browser
* Added: thematic_head_profile.
* Added: Complete rewrite of the widget areas: 
* Fixed: a bug in thematic_page_title() not displaying a correct title in attachement.php
* Fixed: Fixed the widget area 'Index Insert'.
* Fixed: Fixed a bug in thematic_create_robots().