Changeset 5770
- Timestamp:
- 06/27/07 22:45:52 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/theme.php (modified) (1 diff)
- branches/2.2/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/theme.php
r5505 r5770 80 80 $theme = $name; 81 81 $theme_uri = trim( $theme_uri[1] ); 82 $template = trim( $template[1] ); 82 83 83 84 if ( '' == $author_uri[1] ) { branches/2.2/wp-includes/version.php
r5725 r5770 3 3 // This holds the version number in a separate file so we can bump it without cluttering the SVN 4 4 5 $wp_version = '2.2. 1';5 $wp_version = '2.2.2-alpha'; 6 6 $wp_db_version = 5183; 7 7
