mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
Update 1.0.85
This commit is contained in:
@@ -52,7 +52,7 @@ class UM_User_posts {
|
||||
|
||||
$ultimatemember->shortcodes->modified_args = "$post_type,$posts_per_page,$offset_n,$author";
|
||||
|
||||
$ultimatemember->shortcodes->loop = $ultimatemember->query->make("post_type=$post_type&number=$posts_per_page&offset=$offset&author_email=$author");
|
||||
$ultimatemember->shortcodes->loop = $ultimatemember->query->make("post_type=$post_type&number=$posts_per_page&offset=$offset&user_id=$author");
|
||||
|
||||
$ultimatemember->shortcodes->load_template('profile/comments-single');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user