From eb6572f681c811c9c3502f36d9cd4886ffb387f1 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 Nov 2005 08:58:16 +0000 Subject: [PATCH] Real default category, fixes #1873 git-svn-id: https://develop.svn.wordpress.org/trunk@3070 602fd350-edb4-49c9-b593-d223f7449a82 --- 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'))) ?>