Skip to content

Commit ddfa97e

Browse files
committed
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
1 parent 4c849e8 commit ddfa97e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wp-admin/options-permalink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ function add_js() {
164164
}
165165

166166
$structures = array(
167+
0 => '',
167168
1 => $prefix . '/%year%/%monthnum%/%day%/%postname%/',
168169
2 => $prefix . '/%year%/%monthnum%/%postname%/',
169170
3 => $prefix . '/' . _x( 'archives', 'sample permalink base' ) . '/%post_id%',

0 commit comments

Comments
 (0)