Opened 18 years ago
Closed 18 years ago
#4020 closed defect (bug) (fixed)
default theme: archive.php no need to echo single_cat_title()
Reported by: | buzink | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.2 | Priority: | lowest |
Severity: | trivial | Version: | 2.2 |
Component: | Template | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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 :-).
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
buzink, thank you!