Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35184, comment 2


Ignore:
Timestamp:
12/21/2015 04:43:54 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35184, comment 2

    initial v1  
    11I'm not sure you're right.
    22Just found this patch (CORE!), which helped me. But I'm not sure if it does not impact on other functions.
    3 
     3{{{
    44Index: wp-includes/query.php
    55===================================================================
     
    1717                // just in case there are multiple identical _wp_old_slug values
    1818                if ( '' != $wp_query->query_vars['year'] )
     19}}}