Changes between Initial Version and Version 3 of Ticket #4596
- Timestamp:
- 12/28/07 10:01:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4596
- Property Keywords reporter-feedback added
- Property Milestone changed from to 2.3 (trunk)
-
Ticket #4596 – Description
initial v3 2 2 3 3 I managed to "fix" this bug changing the line 586 in the classes.php file from: 4 {{{ 4 5 if ( $use_desc_for_title == 0 || empty($category->category_description) ) 6 }}} 5 7 6 8 to 7 9 10 {{{ 8 11 if ( empty($category->category_description) ) 12 }}} 9 13 10 14 but, this break the use_desc_for_title variable usage.
