Ticket #25294: 25294.diff
File 25294.diff, 391 bytes (added by , 11 years ago) |
---|
-
hotfix.php
7 7 Author URI: http://coveredwebservices.com/ 8 8 */ 9 9 10 if ( '3.6.1' === $GLOBALS['wp_version'] ) 11 require_once dirname( __FILE__ ) . '/inc/validate-redirect.php'; 12 10 13 // This bootstraps everything 11 14 WP_Hotfix_Controller::init(); 12 15