Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wp_igniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function wp_parse_auth_cookie($cookie = '', $scheme = '') {
$errmsg = '';


// always force CodeIgniter to load it's default controller,
// always force CodeIgniter to load its default controller,
// unless the user specifically has a hook to get the $_SERVER['REQUEST_URI'] back:
$CI_REQUEST = $_SERVER['REQUEST_URI'];
$get_backup = $_GET; // because CodeIgniter clobbers it, but parts of wordpress need it
Expand Down Expand Up @@ -366,4 +366,4 @@ function plugin_settings_link($links) {
$plugin = plugin_basename(__FILE__);
add_filter("plugin_action_links_$plugin", 'plugin_settings_link');
}
}
}