mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
380a1c8c02
git-svn-id: http://svn.automattic.com/wordpress/trunk@479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
|
|
/* This will possibly be more later but for now let's just redirect. */
|
|
|
|
header ('Location: wp-post.php');
|
|
?>
|