- 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:
nikitozzzzzzz
2018-02-18 13:27:46 +02:00
parent 440aa59b28
commit cbf06f5835
14 changed files with 170 additions and 269 deletions
+1 -1
View File
@@ -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' ) );
}