Some more b2->wp renaming

Plus added back simple unstyled blog output.


git-svn-id: https://develop.svn.wordpress.org/trunk@618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-12-16 02:10:52 +00:00
parent acf936810f
commit 3f34359d12
2 changed files with 50 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ default:
if (!is_file($file))
$error = 1;
if ((substr($file,0,2) == 'b2') and (substr($file,-4,4) == '.php') and ($file != 'b2.php'))
if ((substr($file,0,2) == 'wp') and (substr($file,-4,4) == '.php') and ($file != 'wp.php'))
$warning = ' — this is a WordPress file, be careful when editing it!';
if (!$error) {