#2455 closed defect (bug) (fixed)
Minor redundancy in template-functions-category.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | lowest |
| Severity: | trivial | Version: | 2.0.1 |
| Component: | Optimization | Keywords: | redundant category assignment bg|has-patch |
| Focuses: | Cc: |
Description
$category->cat_name = $category->cat_name; on lines 51 and 74 doesn't do anything.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Removes two redundant assignments.