mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 16:15:31 +01:00
6 lines
115 B
PHP
6 lines
115 B
PHP
|
<?php
|
||
|
|
||
|
/* This will possibly be more later but for now let's just redirect. */
|
||
|
|
||
|
header ('Location: b2edit.php');
|
||
|
?>
|