[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
- Previous message: [wp-cvs] wordpress/wp-admin themes.php,1.2,1.3
- Next message: [wp-cvs] wordpress/wp-admin edit-form-advanced.php, 1.33,
1.34 edit-form.php, 1.31, 1.32 options-general.php, 1.28,
1.29 options-writing.php, 1.22, 1.23 post.php, 1.81, 1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) {
- Previous message: [wp-cvs] wordpress/wp-admin themes.php,1.2,1.3
- Next message: [wp-cvs] wordpress/wp-admin edit-form-advanced.php, 1.33,
1.34 edit-form.php, 1.31, 1.32 options-general.php, 1.28,
1.29 options-writing.php, 1.22, 1.23 post.php, 1.81, 1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list