mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user