From ddfa97ee0a873eee5ffc22952d950a24cb931b21 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 24 Aug 2011 07:48:13 +0000 Subject: [PATCH] Don't check 'Custom Structure' Permalink radio option for the default permastruct. Fixes #18507 git-svn-id: https://develop.svn.wordpress.org/trunk@18590 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index af14b33513..8f9e32eb73 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -164,6 +164,7 @@ if ( is_multisite() && !is_subdomain_install() && is_main_site() ) { } $structures = array( + 0 => '', 1 => $prefix . '/%year%/%monthnum%/%day%/%postname%/', 2 => $prefix . '/%year%/%monthnum%/%postname%/', 3 => $prefix . '/' . _x( 'archives', 'sample permalink base' ) . '/%post_id%',