mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed bbPress restrict content message on forums;
- fixed issues with permalinks (issue #375); - fixed replacing placeholders in [show_content_for_role] shortcode;
This commit is contained in:
@@ -1169,7 +1169,7 @@ function um_admin_email() {
|
||||
* @return string
|
||||
*/
|
||||
function um_user_profile_url() {
|
||||
return UM()->user()->get_profile_url( um_user( 'ID' ) );
|
||||
return UM()->user()->get_profile_link( um_user( 'ID' ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user