Make WordPress Core


Ignore:
Timestamp:
08/24/2011 07:48:13 AM (15 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r18547 r18590  
    165165
    166166$structures = array(
     167        0 => '',
    167168        1 => $prefix . '/%year%/%monthnum%/%day%/%postname%/',
    168169        2 => $prefix . '/%year%/%monthnum%/%postname%/',
Note: See TracChangeset for help on using the changeset viewer.