From 6c41f821b4028435d7747ebbe789cd81452f0eea Mon Sep 17 00:00:00 2001 From: DistrictOperator Date: Wed, 22 Nov 2017 21:16:12 -0600 Subject: [PATCH] corrected a typo --- wp_igniter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}