Fix indentation

This commit is contained in:
champsupertramp
2016-08-14 21:28:56 +08:00
parent 9fc9fef79c
commit 3042d250b9
+1
View File
@@ -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();