mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
ad536c567e
git-svn-id: http://svn.automattic.com/wordpress/trunk@2303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
95 B
PHP
5 lines
95 B
PHP
<?php
|
|
/* Short and sweet */
|
|
define('WP_USE_THEMES', true);
|
|
require('./wp-blog-header.php');
|
|
?>
|