From 99218b60d792b59301239ebc26df71df9194369b Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 29 Mar 2005 22:35:15 +0000 Subject: [PATCH] Remove old, unused variables. http://mosquito.wordpress.org/view.php?id=1187 Props: Alex Parkhomenko git-svn-id: http://svn.automattic.com/wordpress/trunk@2497 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-general.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 77a7f7db94..48e457f01d 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -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;