Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #13459, comment 46


Ignore:
Timestamp:
12/08/2015 01:11:51 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13459, comment 46

    initial v1  
    1 Seems like `'/%postname%/' === $wp_rewrite->permalink_structure` won't catch a static prefix, e.g. `'/blog/%postname%/'`. Would that still cause a conflict if there's a blog page with subpages?
     1Seems like `'/%postname%/' === $wp_rewrite->permalink_structure` won't catch a static prefix, e.g. `'/blog/%postname%/'`. Would that still cause a conflict if there's a 'Blog' page with subpages?
    22
    33Perhaps the `preg_match()` check from [35679] could be used.