~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-content/themes/default/functions.php

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * @subpackage Default_Theme
5
5
 */
6
6
 
 
7
$content_width = 450;
 
8
 
7
9
automatic_feed_links();
8
10
 
9
11
if ( function_exists('register_sidebar') ) {
311
313
                width: 100%;
312
314
                display: <?php echo kubrick_header_display_string(); ?>;
313
315
        }
 
316
        
 
317
        .description {
 
318
                margin-top: 16px;
 
319
                color: #fff;
 
320
        }
 
321
 
314
322
        #jsForm {
315
323
                display: none;
316
324
                text-align: center;