Better default behaviour for theme calling

git-svn-id: http://svn.automattic.com/wordpress/trunk@2303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2005-02-13 20:38:28 +00:00
parent 9c4632e9f6
commit ad536c567e
2 changed files with 50 additions and 56 deletions

View File

@@ -1,4 +1,5 @@
<?php
/* Don't remove this line. */
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>