Make WordPress Core


Ignore:
Timestamp:
09/27/2008 09:49:27 AM (17 years ago)
Author:
westi
Message:

phpdoc for the default and classic themes. See #7550 props jacobsantos.

File:
1 edited

Legend:

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

    r6261 r8999  
     1<?php
     2/**
     3 * @package WordPress
     4 * @subpackage Classic_Theme
     5 */
     6?>
    17<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    28<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
Note: See TracChangeset for help on using the changeset viewer.