Changeset 5770

Show
Ignore:
Timestamp:
06/27/07 22:45:52 (1 year ago)
Author:
markjaquith
Message:

Fix stylesheet-based themes. props dougal. fixes #4522

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-includes/theme.php

    r5505 r5770  
    8080    $theme = $name; 
    8181    $theme_uri = trim( $theme_uri[1] ); 
     82    $template = trim( $template[1] ); 
    8283 
    8384    if ( '' == $author_uri[1] ) { 
  • branches/2.2/wp-includes/version.php

    r5725 r5770  
    33// This holds the version number in a separate file so we can bump it without cluttering the SVN 
    44 
    5 $wp_version = '2.2.1'; 
     5$wp_version = '2.2.2-alpha'; 
    66$wp_db_version = 5183; 
    77