Opened 20 years ago
Closed 20 years ago
#1187 closed defect (bug) (fixed)
Code cleaning: Unused vars in get_archives() @ template-functions-general.php
Reported by: | Alex Parkhomenko | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 1.5.1 |
Component: | Optimization | Keywords: | |
Focuses: | 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 (2)
Note: See
TracTickets for help on using
tickets.
http://trac.wordpress.org/changeset/2497