Changeset 2497

Show
Ignore:
Timestamp:
03/29/05 22:35:15 (4 years ago)
Author:
ryan
Message:

Remove old, unused variables. http://mosquito.wordpress.org/view.php?id=1187 Props: Alex Parkhomenko

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/template-functions-general.php

    r2478 r2497  
    275275    // this is what will separate dates on weekly archive links 
    276276    $archive_week_separator = '–'; 
    277  
    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; 
    282277 
    283278    // over-ride general date format ? 0 = no: use the date format set in Options, 1 = yes: over-ride