From 3042d250b9dc01de716b7e987f8b0b6dc6f016df Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Sun, 14 Aug 2016 21:28:56 +0800 Subject: [PATCH] Fix indentation --- core/um-permalinks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/um-permalinks.php b/core/um-permalinks.php index 967a1304..f8f7574d 100644 --- a/core/um-permalinks.php +++ b/core/um-permalinks.php @@ -13,6 +13,7 @@ class UM_Permalinks { add_action('init', array(&$this, 'activate_account_via_email_link'), 1); remove_action( 'wp_head', 'rel_canonical' ); + add_action('wp_head', array(&$this, 'um_rel_canonical_'), 9 ); $this->current_url = $this->get_current_url();