Ejemplo n.º 1
0
/**
 * Output the activity content
 *
 * @since 1.0.0
 * @deprecated 1.5.0
 *
 * @todo properly deprecate this function
 *
 * @uses bp_get_activity_content()
 */
function bp_activity_content()
{
    echo bp_get_activity_content();
}
function bp_activity_content()
{
    global $activities_template;
    echo bp_get_activity_content();
}