mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
remove commented code
This commit is contained in:
@@ -125,7 +125,6 @@ function um_convert_tags( $content, $args = array(), $with_kses = true ) {
|
||||
'{site_name}',
|
||||
'{site_url}',
|
||||
'{account_activation_link}',
|
||||
// '{password_reset_link}',
|
||||
'{admin_email}',
|
||||
'{user_profile_link}',
|
||||
'{user_account_link}',
|
||||
@@ -169,14 +168,13 @@ function um_convert_tags( $content, $args = array(), $with_kses = true ) {
|
||||
UM()->options()->get( 'site_name' ),
|
||||
get_bloginfo( 'url' ),
|
||||
um_user( 'account_activation_link' ),
|
||||
// um_user( 'password_reset_link' ),
|
||||
um_admin_email(),
|
||||
um_user_profile_url(),
|
||||
um_get_core_page( 'account' ),
|
||||
um_user_submitted_registration(),
|
||||
um_get_user_avatar_url(),
|
||||
);
|
||||
// debug_print_backtrace();
|
||||
|
||||
/**
|
||||
* UM hook
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user