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