mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix comment header and test travis builder
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
/***
|
||||
*** @Error processing hook : login
|
||||
***/
|
||||
/**
|
||||
* Error procesing hook for login
|
||||
*/
|
||||
add_action('um_submit_form_errors_hook_login', 'um_submit_form_errors_hook_login', 10);
|
||||
function um_submit_form_errors_hook_login( $args ){
|
||||
$is_email = false;
|
||||
|
||||
Reference in New Issue
Block a user