From 074541f888bf40999271aa597b09307ee867aeec Mon Sep 17 00:00:00 2001 From: mikelittle Date: Tue, 16 Dec 2003 02:10:52 +0000 Subject: [PATCH] Some more b2->wp renaming Plus added back simple unstyled blog output. git-svn-id: http://svn.automattic.com/wordpress/trunk@618 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/templates.php | 2 +- wp.php | 49 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 wp.php diff --git a/wp-admin/templates.php b/wp-admin/templates.php index bb7f1a086..adaad8d2b 100644 --- a/wp-admin/templates.php +++ b/wp-admin/templates.php @@ -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) { diff --git a/wp.php b/wp.php new file mode 100644 index 000000000..2ac3429ae --- /dev/null +++ b/wp.php @@ -0,0 +1,49 @@ + + + + <?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?> + + + + + + + + + +

+ + + +",""); ?> +

+ +Pages: ","
","number") ?> +

posted by @

+

Filed under:

+ + + + + + + + +
Powered by Wordpress
+
+login
+register
+ +$wpdb->querycount queries - ".number_format(timer_stop(),3)." seconds

"; +} +?> + + + \ No newline at end of file