Ticket #1187 (closed defect (bug): fixed)
Code cleaning: Unused vars in get_archives() @ template-functions-general.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 1.5.1 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
Seems that
278 archive link url 279 $archive_link_m = get_settings('siteurl') . '/?m='; # monthly archive; 280 $archive_link_w = get_settings('siteurl') . '/?w='; # weekly archive; 281 $archive_link_p = get_settings('siteurl') . '/?p='; # post-by-post archive;
in get_archives() @ template-functions-general.php are not used at all
Change History
- Owner changed from anonymous to rboren
- fixed_in_version set to 1.5.1
- Status changed from new to closed
- Resolution changed from 10 to 20
Note: See
TracTickets for help on using
tickets.
