From f5be9cc7c956cd041fc2917d0e854fd3ab4d54cd Mon Sep 17 00:00:00 2001 From: david Date: Fri, 7 Sep 2012 11:49:59 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1076=20->=20Cambiar=20el=20orden=20de?= =?UTF-8?q?=20los=20botones=20de=20la=20p=C3=A1gina=20de=20amigos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@175 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/lib/buddypress/functions-buddypress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/score/lib/buddypress/functions-buddypress.php b/wp-content/themes/score/lib/buddypress/functions-buddypress.php index 15e8728..c195a6c 100644 --- a/wp-content/themes/score/lib/buddypress/functions-buddypress.php +++ b/wp-content/themes/score/lib/buddypress/functions-buddypress.php @@ -539,7 +539,7 @@ function bp_member_add_dedicate_a_song_button() { echo bp_get_button( ( $button ) ); } } -add_action('bp_directory_members_actions', 'bp_member_add_dedicate_a_song_button'); +add_action('bp_directory_members_actions', 'bp_member_add_dedicate_a_song_button', 1); function my_friends_by_default( $query_string ) {