Make WordPress Core

Ticket #25294: 25294.diff

File 25294.diff, 391 bytes (added by nacin, 11 years ago)

A patch for Hotfix that tries (but could fail) to define wp_validate_redirect() first.

  • hotfix.php

     
    77Author URI: http://coveredwebservices.com/
    88*/
    99
     10if ( '3.6.1' === $GLOBALS['wp_version'] )
     11        require_once dirname( __FILE__ ) . '/inc/validate-redirect.php';
     12
    1013// This bootstraps everything
    1114WP_Hotfix_Controller::init();
    1215