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

    r5390 r8999  
    11<?php
     2/**
     3 * @package WordPress
     4 * @subpackage Classic_Theme
     5 */
    26if ( function_exists('register_sidebar') )
    37    register_sidebar(array(
    4         'before_widget' => '<li id="%1$s" class="widget %2$s">',
    5         'after_widget' => '</li>',
    6         'before_title' => '',
    7         'after_title' => '',
    8     ));
     8        'before_widget' => '<li id="%1$s" class="widget %2$s">',
     9        'after_widget' => '</li>',
     10        'before_title' => '',
     11        'after_title' => '',
     12    ));
    913
    1014?>
Note: See TracChangeset for help on using the changeset viewer.