From a4d7fcdbf825859b8bf852e36873483da2cc3591 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 3 May 2010 06:30:21 +0000 Subject: [PATCH] When no pages are present add a hidden input field so that the show_on_front option is not blanked. Fixes is_front_page return value in an edge case. props sivel, fixes #12737, fixes #9105. git-svn-id: http://svn.automattic.com/wordpress/trunk@14362 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-reading.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 915b2d286..a7b436e4e 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -25,8 +25,11 @@ include( './admin-header.php' );
+ + + +
-