mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 11:46:27 +09:00
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0
This commit is contained in:
@@ -30,8 +30,6 @@ matrix:
|
||||
- env: WP_TRAVISCI="yarn lint"
|
||||
- env: WP_TRAVISCI="yarn test-client"
|
||||
- env: WP_TRAVISCI="yarn test-gui"
|
||||
- php: "5.2"
|
||||
- php: "5.3"
|
||||
- php: "5.5"
|
||||
- php: "5.6"
|
||||
- php: "7.0"
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Contributors: ultimatemember, champsupertramp, nsinelnikov
|
||||
Donate link:
|
||||
Tags: community, member, membership, user-profile, user-registration
|
||||
Requires at least: 4.1
|
||||
Tested up to: 4.8
|
||||
Tested up to: 4.9
|
||||
Stable tag: 1.3.88
|
||||
License: GNU Version 2 or Any Later Version
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
Reference in New Issue
Block a user