Changeset 8999 for trunk/wp-content/themes/default/functions.php
- Timestamp:
- 09/27/2008 09:49:27 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/functions.php
r6950 r8999 1 1 <?php 2 /** 3 * @package WordPress 4 * @subpackage Default_Theme 5 */ 6 2 7 if ( function_exists('register_sidebar') ) 3 8 register_sidebar(array( … … 8 13 )); 9 14 15 /** @ignore */ 10 16 function kubrick_head() { 11 17 $head = "<style type='text/css'>\n<!--";
Note: See TracChangeset
for help on using the changeset viewer.