Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4864 closed defect (bug) (fixed)

Missing greeting in bp-legacy activity/post-form.php

Reported by: mercime Owned by:
Priority: normal Milestone: 1.7
Component: Templates Version: 1.7
Severity: normal Keywords: has-patch
Cc:

Description

specifically:

<?php if ( bp_is_group() )
		printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() );
	else
		printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() );
	?>

Image and reference: http://buddypress.org/support/topic/line-missing-above-status-update/

Attachments (1)

4864.patch (1.3 KB ) - added by mercime 14 years ago.
Adding back Greeting

Download all attachments as: .zip

Change History (5)

@mercime
14 years ago

Adding back Greeting

#1 in reply to: ↑ description @boonebgorges
14 years ago

  • Milestone Awaiting Review1.7
  • Version1.7-beta

Hm, not sure why this was removed in bp-legacy. Thanks for the patch.

#2 @boonebgorges
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [6840]) Adds "What's New" text to activity posting interface in theme compat

Fixes #4864

Props mercime

#3 @johnjamesjacoby
12 years ago

  • Version 1.7-beta1.7

#4 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.