Ticket #1187 (closed defect (bug): fixed)

Opened 7 years ago

Last modified 7 years ago

Code cleaning: Unused vars in get_archives() @ template-functions-general.php

Reported by: Alex Parkhomenko Owned by: ryan
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

  • Patch set to No

comment:2   ryan7 years ago

  • 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.