From 25e521f40dd4cd27bc92a6c208387572a6a2031f 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: https://develop.svn.wordpress.org/trunk@24089 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 -