[wp-trac] [WordPress Trac] #4020: small error in default theme
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 23 19:10:13 GMT 2007
#4020: small error in default theme
----------------------+-----------------------------------------------------
Reporter: buzink | Owner: anonymous
Type: defect | Status: new
Priority: lowest | Milestone: 2.3
Component: Template | Version:
Severity: trivial | Keywords:
----------------------+-----------------------------------------------------
In archive.php of default theme it says <?php echo single_cat_title(); ?>,
while it should be <?php single_cat_title(); ?> as the function allready
returns an echo statement. This has no effect on functionality but might
confuse developers trying to find out how to display the category title
somewhere, like me :-).
--
Ticket URL: <http://trac.wordpress.org/ticket/4020>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list