Skip to content

Commit

Permalink
Globalize wp_rewrite in wp-settings. props mrtorrent, fixes #17749.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@19603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Dec 20, 2011
1 parent 24ab16b commit e7a3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
* @global object $wp_rewrite
* @since 1.5.0
*/
$wp_rewrite = new WP_Rewrite();
$GLOBALS['wp_rewrite'] = new WP_Rewrite();

/**
* WordPress Object
Expand Down

0 comments on commit e7a3480

Please sign in to comment.