Make WordPress Core


Ignore:
Timestamp:
03/29/2005 10:35:15 PM (20 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.