mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Remove old, unused variables. http://mosquito.wordpress.org/view.php?id=1187 Props: Alex Parkhomenko
git-svn-id: https://develop.svn.wordpress.org/trunk@2497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -275,11 +275,6 @@ function get_archives($type='', $limit='', $format='html', $before = '', $after
|
||||
// this is what will separate dates on weekly archive links
|
||||
$archive_week_separator = '–';
|
||||
|
||||
// archive link url
|
||||
$archive_link_m = get_settings('siteurl') . '/?m='; # monthly archive;
|
||||
$archive_link_w = get_settings('siteurl') . '/?w='; # weekly archive;
|
||||
$archive_link_p = get_settings('siteurl') . '/?p='; # post-by-post archive;
|
||||
|
||||
// over-ride general date format ? 0 = no: use the date format set in Options, 1 = yes: over-ride
|
||||
$archive_date_format_over_ride = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user