Make WordPress Core


Ignore:
Timestamp:
12/30/2004 11:40:56 AM (21 years ago)
Author:
saxmatt
Message:

Deleted the line that said don't delete, cleaned up, added back hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/kubrick/header.php

    r2013 r2017  
    1 <?php /* Don't remove this line. */ require(ABSPATH . 'wp-blog-header.php'); ?>
    2 
    31<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    42<html xmlns="http://www.w3.org/1999/xhtml">
    53
    6 <head profile="http://gmpg.org/xfn/1">
    7     <title><?php bloginfo('name'); ?> <?php if (($withcomments) or ($single)) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
     4<head profile="http://gmpg.org/xfn/11">
     5    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
    86   
    97    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.