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/default/functions.php

    r6950 r8999  
    11<?php
     2/**
     3 * @package WordPress
     4 * @subpackage Default_Theme
     5 */
     6
    27if ( function_exists('register_sidebar') )
    38    register_sidebar(array(
     
    813    ));
    914
     15/** @ignore */
    1016function kubrick_head() {
    1117    $head = "<style type='text/css'>\n<!--";
Note: See TracChangeset for help on using the changeset viewer.