Make WordPress Core


Ignore:
Timestamp:
02/17/2004 04:56:29 AM (21 years ago)
Author:
saxmatt
Message:

Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r881 r885  
    8989$what_to_show = get_settings('what_to_show');
    9090$archive_mode = get_settings('archive_mode');
    91 $dateformat = stripslashes(get_settings('date_format'));
    92 $timeformat = stripslashes(get_settings('time_format'));
    9391$time_difference = get_settings('time_difference');
    9492$use_gzipcompression = get_settings('gzipcompression');
Note: See TracChangeset for help on using the changeset viewer.