Don't check 'Custom Structure' Permalink radio option for the default permastruct. Fixes #18507

git-svn-id: http://svn.automattic.com/wordpress/trunk@18590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2011-08-24 07:48:13 +00:00
parent c06290958b
commit 392ef4c88c
1 changed files with 1 additions and 0 deletions

View File

@ -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%',