[wp-cvs] wordpress/wp-admin admin-functions.php,1.40,1.41

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Sep 14 12:01:34 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7761/wp-admin

Modified Files:
	admin-functions.php 
Log Message:
Some UI changes to theme manager. Seems to be updating the stylesheet but not the template.

Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** admin-functions.php	14 Sep 2004 06:19:50 -0000	1.40
--- admin-functions.php	14 Sep 2004 12:01:31 -0000	1.41
***************
*** 566,570 ****
  	
  	// The default theme always exists.
! 	$themes['Default'] = array('Name' => 'Default', 'Title' => 'Default', 'Description' => 'The default theme', 'Author' => '', 'Version' => '1.3', 'Template' => 'default', 'Stylesheet' => 'default', 'Template Files' => $default_template_files, 'Stylesheet Files' => $default_stylesheet_files, 'Template Dir' => '/', 'Stylesheet Dir' => '/', 'Parent Theme' => '');
  
  	if (!$themes_dir || !$theme_files) {
--- 566,570 ----
  	
  	// The default theme always exists.
! 	$themes['Default'] = array('Name' => 'Default', 'Title' => 'WordPress Default', 'Description' => 'The default theme included with WordPress.', 'Author' => 'Dave Shea', 'Version' => '1.3', 'Template' => 'default', 'Stylesheet' => 'default', 'Template Files' => $default_template_files, 'Stylesheet Files' => $default_stylesheet_files, 'Template Dir' => '/', 'Stylesheet Dir' => '/', 'Parent Theme' => '');
  
  	if (!$themes_dir || !$theme_files) {




More information about the cvs mailing list