From 30d5fe1b4148d242efc31af6c69c81056af4e236 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 25 Apr 2013 06:08:29 +0000 Subject: [PATCH] Allow any post format to be default, not just ones with explicit support. props SergeyBiryukov. fixes #24036. git-svn-id: http://core.svn.wordpress.org/trunk@24089 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-writing.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index eafde3d15e..8015bae418 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -79,23 +79,21 @@ wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_category', 'o -