From 156c10fe850058e46fedfc323fbeb626c0913252 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 14 Nov 2005 08:58:16 +0000 Subject: [PATCH] Real default category, fixes #1873 git-svn-id: http://svn.automattic.com/wordpress/trunk@3070 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/categories.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/categories.php b/wp-admin/categories.php index 63d42b5107..219c39ff6f 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -139,8 +139,7 @@ cat_rows();
-

Note:
Deleting a category does not delete posts from that category, it will just set them back to the default category %s.'), get_catname(1)) ?> -

+

Note:
Deleting a category does not delete posts from that category, it will just set them back to the default category %s.'), get_catname(get_option('default_category'))) ?>