Changeset 13012
- Timestamp:
- 02/07/2010 04:16:26 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 27 added
- 1 edited
-
wp-admin/includes/schema.php (modified) (1 diff)
-
wp-content/themes/twentyten (added)
-
wp-content/themes/twentyten/404.php (added)
-
wp-content/themes/twentyten/archive.php (added)
-
wp-content/themes/twentyten/attachment.php (added)
-
wp-content/themes/twentyten/author.php (added)
-
wp-content/themes/twentyten/category.php (added)
-
wp-content/themes/twentyten/comments.php (added)
-
wp-content/themes/twentyten/editor-style.css (added)
-
wp-content/themes/twentyten/footer.php (added)
-
wp-content/themes/twentyten/functions.php (added)
-
wp-content/themes/twentyten/header.php (added)
-
wp-content/themes/twentyten/images (added)
-
wp-content/themes/twentyten/images/header-1.jpg (added)
-
wp-content/themes/twentyten/images/wordpress.png (added)
-
wp-content/themes/twentyten/index.php (added)
-
wp-content/themes/twentyten/license.txt (added)
-
wp-content/themes/twentyten/page.php (added)
-
wp-content/themes/twentyten/print.css (added)
-
wp-content/themes/twentyten/rtl.css (added)
-
wp-content/themes/twentyten/screenshot.png (added)
-
wp-content/themes/twentyten/search.php (added)
-
wp-content/themes/twentyten/searchform.php (added)
-
wp-content/themes/twentyten/sidebar-footer.php (added)
-
wp-content/themes/twentyten/sidebar.php (added)
-
wp-content/themes/twentyten/single.php (added)
-
wp-content/themes/twentyten/style.css (added)
-
wp-content/themes/twentyten/tag.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r12933 r13012 246 246 'recently_edited' => '', 247 247 'use_linksupdate' => 0, 248 'template' => ' default',249 'stylesheet' => ' default',248 'template' => 'twentyten', 249 'stylesheet' => 'twentyten', 250 250 'comment_whitelist' => 1, 251 251 'blacklist_keys' => '',
Note: See TracChangeset
for help on using the changeset viewer.