diff --git a/wp_igniter.php b/wp_igniter.php index 260fa7f..b85f071 100644 --- a/wp_igniter.php +++ b/wp_igniter.php @@ -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 @@ -366,4 +366,4 @@ function plugin_settings_link($links) { $plugin = plugin_basename(__FILE__); add_filter("plugin_action_links_$plugin", 'plugin_settings_link'); } -} \ No newline at end of file +}