Make WordPress Core

Ticket #35344: 35344.diff

File 35344.diff, 622 bytes (added by pento, 9 years ago)
  • src/wp-includes/query.php

     
    49564956function wp_old_slug_redirect() {
    49574957        global $wp_query, $wp_rewrite;
    49584958
    4959         if ( get_queried_object() ) {
    4960                 return;
    4961         }
    4962 
    49634959        if ( '' !== $wp_query->query_vars['name'] ) :
    49644960                global $wpdb;
    49654961
     
    50155011                                        $link = user_trailingslashit( trailingslashit( $link ) . $endpoint[1] );
    50165012                                }
    50175013                        }
     5014                } else {
     5015                        // If it wasn't a 404, then it's going to be handled elsewhere.
     5016                        return;
    50185017                }
    50195018
    50205019                /**