Arreglado error
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@186 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
1f505a5383
commit
fe80a2a007
@ -18,7 +18,7 @@ function bp_dedication_get_dedications_from_user( $user_id ) {
|
||||
|
||||
$args = array(
|
||||
'post_status' => array('publish', 'private'),
|
||||
'numberposts' => 10,
|
||||
'numberposts' => -1,
|
||||
'category' => get_cat_id('dedication'),
|
||||
'author' => $user_id
|
||||
);
|
||||
@ -33,7 +33,7 @@ function bp_dedication_get_dedications_to_user( $user_id ) {
|
||||
|
||||
$args = array(
|
||||
'post_status' => array('publish', 'private'),
|
||||
'numberposts' => 10,
|
||||
'numberposts' => -1,
|
||||
'category' => 'dedication',
|
||||
'meta_key' => 'ghostpool_destination_user_id',
|
||||
'meta_value' => $user_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user