mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 20:26:49 +09:00
Fix indentation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user